From 0e11a2e6e90baab8158db18e699fc7b2cb636621 Mon Sep 17 00:00:00 2001 From: Sreemon Premkumar M Date: Wed, 20 Aug 2025 15:42:44 +0530 Subject: [PATCH] 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