From 46037bf81b45f24cce1e26247f603d0c641b35ec Mon Sep 17 00:00:00 2001 From: Gowtham-SF4769 Date: Mon, 20 Oct 2025 10:25:07 +0530 Subject: [PATCH] MAUI-978225-[others][maui]: updated README file. --- README.md | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 94 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85a158f..7a66e70 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,95 @@ # Columns-in-.NET-MAUI-DataGrid -This sample demonstrate how to generate columns and how to manipulate columns in the .NET MAUI data grid. +In this article, we’ll guide you through defining, generating, and manipulating columns in the .NET MAUI DataGrid (SfDataGrid). You’ll learn how to declare various column types in XAML, bind data effectively, and programmatically add, edit, remove, or clear columns at runtime. Additionally, we’ll cover techniques for formatting and customizing headers using the AutoGeneratingColumn event. For more details, please refer the official documentation: [Columns in MAUI DataGrid](https://help.syncfusion.com/maui/datagrid/columns). + +## xaml +``` + + + + + + + +