Getting Started With The WPF Datagrid Of Syncfusion

Sample date Updated on Nov 24, 2025
datagrid gettingstarted nuget wpf wpf-application wpf-datagrid

This sample contains a simple WPF 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: Tutorial video

Documentation: Getting Started

Project pre-requisites

To run this application, you need to have the below two in your system

Install

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.
Up arrow