Skip to content

Commit 0e11a2e

Browse files
ES-975464 - Resolve the ReadMe file length issue in this sample repository
1 parent d4c6e4a commit 0e11a2e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
# Getting Started with the WPF DataGrid of Syncfusion
2-
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.
2+
3+
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.
34

45
Watch the video now: https://www.syncfusion.com/tutorial-videos/wpf/data-grid
56

67
Documentation: https://help.syncfusion.com/wpf/datagrid/getting-started
78

89
## Project pre-requisites
10+
911
To run this application, you need to have the below two in your system
1012
* VisualStudio 2010 and above
11-
* DataGrid Assemblies or [Syncfusion.SfGrid.WPF NuGet](https://www.nuget.org/packages/Syncfusion.SfGrid.WPF/)
13+
* `DataGrid` Assemblies or [Syncfusion.SfGrid.WPF NuGet](https://www.nuget.org/packages/Syncfusion.SfGrid.WPF/)
1214

1315
## Install
14-
You can install the DataGrid Assemblies from Syncfusion nuget packages.
16+
17+
You can install the `DataGrid` Assemblies from Syncfusion nuget packages.
1518
Follow the below steps to install assemblies from nuget
1619
* Go to the References option in the project.
1720
* Right-click the References option and choose Manage NuGet Packages option from the menu that will display a window.
18-
* Now serach for Syncfusion.SfGrid.WPF nuget and install .
21+
* Now serach for `Syncfusion.SfGrid.WPF` nuget and install.

0 commit comments

Comments
 (0)