FlexGrid is a custom WPF DataGrid with convenient and useful features.
-
Updated
Mar 18, 2024 - C#
FlexGrid is a custom WPF DataGrid with convenient and useful features.
Custom spread sheet in C# WPF. With column graph support.
Simple example for loading a DataGrid from Entity Framework Core 3x with buttons to obtain the current model instance, in this case an employee from a SQL-Server database table.
Example shows WPF DataGrid asynchronous scrolling mode to update the binding of rows asynchronously without affecting the UI during load and scroll operations.
🕹️ 🎮 TicTacToe with Minimax AI algorithm (C#). The game has the option of 'Multiplayer' in 'Singleplayer' against the computer.
Example of a .NET WPF app displaying data (using XAML & MVVM) fetched from an ASP.NET Web API.
This example illustrates how to drag and drop rows between two datagrids in wpf and uwp
This example describes how to bind SelectedItems property of wpf datagrid to ViewModel property.
Example shows the built-in data virtualization support in WPF DataGrid where it processes the record creations in on-demand for better loading performance. It will be useful when working with large number of records.
This example illustrates how to define summary rows using AttachedProperty in wpf and uwp datagrid
This example illustrates how to auto-generate columns for custom type properties in uwp and wpf datagrid
How To Add Checkbox Control To WPF DataGrid
This example illustrates how to customize style of the scroll viewer in wpf datagrid
This example illustrates how to display the values with underscore in check boxes of filter control in wpf datagrid
A quick start project that helps you to create the Syncfusion WPF DataGrid and bind collection to it. You will also learn how to perform sorting, grouping, filtering operations in WPF DataGrid.
This example illustrates how to change column order dynamically using column chooser in wpf datagrid
Libary Application
This example illustrates how to change row background based on RowState when underlying source is DataTable in wpf datagrid
WPF application for managing data in a DBs. It uses ADO.NET and maps types so that you can work with different DBs flexibly. It supports pagination, search by different types, editing rows
Add a description, image, and links to the wpf-datagrid topic page so that developers can more easily learn about it.
To associate your repository with the wpf-datagrid topic, visit your repo's landing page and select "manage topics."