Skip to content

Commit 3414936

Browse files
authored
Merge pull request #4 from SyncfusionExamples/ES-975464
ES-975464 - Resolve the ReadMe file length issue in this sample repository
2 parents 8b24c62 + 2dbd4c3 commit 3414936

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 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.
32

4-
Watch the video now: https://www.syncfusion.com/tutorial-videos/wpf/data-grid
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](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.
54

6-
Documentation: https://help.syncfusion.com/wpf/datagrid/getting-started
5+
Watch the video now: [Tutorial video](https://www.syncfusion.com/tutorial-videos/wpf/data-grid )
6+
7+
Documentation: [Getting Started](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
10-
* VisualStudio 2010 and above
11-
* DataGrid Assemblies or [Syncfusion.SfGrid.WPF NuGet](https://www.nuget.org/packages/Syncfusion.SfGrid.WPF/)
12+
* VisualStudio 2015 and above
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)