Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.