From 0e11a2e6e90baab8158db18e699fc7b2cb636621 Mon Sep 17 00:00:00 2001 From: Sreemon Premkumar M Date: Wed, 20 Aug 2025 15:42:44 +0530 Subject: [PATCH 1/2] ES-975464 - Resolve the ReadMe file length issue in this sample repository --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e93df0e..f65e60c 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,21 @@ # Getting Started with the WPF DataGrid of Syncfusion -This sample contains a simple DataGrid with datacollection bound to it and few of its basic features like sorting, filtering, grouping and selection are enabled. + +This sample contains a simple [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid) with datacollection bound to it and few of its basic features like `sorting`, `filtering`, `grouping` and `selection` are enabled. Watch the video now: https://www.syncfusion.com/tutorial-videos/wpf/data-grid Documentation: https://help.syncfusion.com/wpf/datagrid/getting-started ## Project pre-requisites + To run this application, you need to have the below two in your system * VisualStudio 2010 and above -* DataGrid Assemblies or [Syncfusion.SfGrid.WPF NuGet](https://www.nuget.org/packages/Syncfusion.SfGrid.WPF/) +* `DataGrid` Assemblies or [Syncfusion.SfGrid.WPF NuGet](https://www.nuget.org/packages/Syncfusion.SfGrid.WPF/) ## Install -You can install the DataGrid Assemblies from Syncfusion nuget packages. + +You can install the `DataGrid` Assemblies from Syncfusion nuget packages. Follow the below steps to install assemblies from nuget * Go to the References option in the project. * Right-click the References option and choose Manage NuGet Packages option from the menu that will display a window. -* Now serach for Syncfusion.SfGrid.WPF nuget and install . +* Now serach for `Syncfusion.SfGrid.WPF` nuget and install. \ No newline at end of file From 2dbd4c3eb8efaa011ad2f2c2bab5d558fc069a97 Mon Sep 17 00:00:00 2001 From: SreemonPremkumarM Date: Mon, 24 Nov 2025 12:35:48 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f65e60c..f0f1bcd 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # Getting Started with the WPF DataGrid of Syncfusion -This sample contains a simple [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid) with datacollection bound to it and few of its basic features like `sorting`, `filtering`, `grouping` and `selection` are enabled. +This sample contains a simple [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid) with datacollection bound to it and few of its basic features like [sorting](https://help.syncfusion.com/wpf/datagrid/sorting), [filtering](https://help.syncfusion.com/wpf/datagrid/filtering), [grouping](https://help.syncfusion.com/wpf/datagrid/grouping) and [selection](https://help.syncfusion.com/wpf/datagrid/selection) are enabled. -Watch the video now: https://www.syncfusion.com/tutorial-videos/wpf/data-grid +Watch the video now: [Tutorial video](https://www.syncfusion.com/tutorial-videos/wpf/data-grid ) -Documentation: https://help.syncfusion.com/wpf/datagrid/getting-started +Documentation: [Getting Started](https://help.syncfusion.com/wpf/datagrid/getting-started) ## Project pre-requisites To run this application, you need to have the below two in your system -* VisualStudio 2010 and above +* VisualStudio 2015 and above * `DataGrid` Assemblies or [Syncfusion.SfGrid.WPF NuGet](https://www.nuget.org/packages/Syncfusion.SfGrid.WPF/) ## Install @@ -18,4 +18,4 @@ You can install the `DataGrid` Assemblies from Syncfusion nuget packages. Follow the below steps to install assemblies from nuget * Go to the References option in the project. * Right-click the References option and choose Manage NuGet Packages option from the menu that will display a window. -* Now serach for `Syncfusion.SfGrid.WPF` nuget and install. \ No newline at end of file +* Now serach for `Syncfusion.SfGrid.WPF` nuget and install.