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
Libary Application
This example explains about how to navigate to error cells in wpf datagrid via button click
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
Example shows changing the rendering mode of wpf datagrid to drawing for improved loading and scrolling performance.
This example illustrates how to auto-generate columns for custom type properties in uwp and wpf datagrid
This example illustrates how to serialize the filtered values based on FilterMode of the column in wpf and uwp datagrid
This example illustrates how to change row background based on RowState when underlying source is DataTable in wpf datagrid
This example illustrates how to change border of the stacked header and its records in wpf datagrid
This example illustrates how to show different context menu for each column in wpf datagrid
This example illustrates how to drag and drop rows between datagrid and listview in wpf and uwp
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."