From 6225680065547c3d4628216390c5311cc5ba4ab0 Mon Sep 17 00:00:00 2001 From: SreemonPremkumarMuthukrishnan Date: Thu, 18 Sep 2025 10:30:27 +0530 Subject: [PATCH] ES-976509 - Resolve Issues in Public Syncfusion Code Examples for DataGrid XAML Controls - Phase 2 --- README.md | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 63 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4a22e1..e644d52 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,63 @@ -# How to serialize template column content in winui datagrid? -This example describes how to serialize template column content in winui datagrid. +# How to serialize template column content in WinUI DataGrid? + +This example describes how to serialize template column content in **WinUI DataGrid**. + +By default, you cannot serialize the template content in [WinUI DataGrid](https://www.syncfusion.com/winui-controls/datagrid) (SfDataGrid). This is the default behavior during Serialization and Deserialization operation. + +### XAML + +``` xml + + + + + + + + +