Skip to content

Commit 893bf35

Browse files
authored
Update README.md
1 parent 8375120 commit 893bf35

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1-
# wpf-datagrid-example
2-
Sample code for datagrid getting started video.
1+
# Getting Started Sample for WPF-DataGrid
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.
3+
4+
## Project pre-requisites
5+
To run this application, you need to have the below two in your system
6+
* VisualStudio
7+
* DataGrid Assemblies.
8+
9+
## Install
10+
You can install the DataGrid Assemblies from Syncfusion nuget packages.
11+
Follow the below steps to install assemblies from nuget
12+
* Go to the References option in the project.
13+
* Right-click the References option and choose Manage NuGet Packages option from the menu that will display a window.
14+
* Now click the settings icon and in the options search for Nuget Package Manager.
15+
* In the package source, add the Syncfusion package manager source https://api.nuget.org/v3/index.json
16+
* From the above source install Syncfusion.SfGrid.WPF nuget.

0 commit comments

Comments
 (0)