diff --git a/README.md b/README.md index e93df0e..f0f1bcd 100644 --- a/README.md +++ b/README.md @@ -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. -Watch the video now: https://www.syncfusion.com/tutorial-videos/wpf/data-grid +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. -Documentation: https://help.syncfusion.com/wpf/datagrid/getting-started +Watch the video now: [Tutorial video](https://www.syncfusion.com/tutorial-videos/wpf/data-grid ) + +Documentation: [Getting Started](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/) +* VisualStudio 2015 and above +* `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.