You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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