wpf-datagrid
There are 42 repositories under wpf-datagrid topic.
soomin-kevin-sung/dotnet-flexgrid
FlexGrid is a custom WPF DataGrid with convenient and useful features.
uzairrj/Custom-SpreadSheet
Custom spread sheet in C# WPF. With column graph support.
karenpayneoregon/wpf-cs-efcore-simple
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.
blaz-cerpnjak/tictactoe-minimax
🕹️ 🎮 TicTacToe with Minimax AI algorithm (C#). The game has the option of 'Multiplayer' in 'Singleplayer' against the computer.
SyncfusionExamples/wpf-datagrid-asynchronous-scrolling
Example shows WPF DataGrid asynchronous scrolling mode to update the binding of rows asynchronously without affecting the UI during load and scroll operations.
metaljase/WpfAppFetchingApiDataExample
Example of a .NET WPF app displaying data (using XAML & MVVM) fetched from an ASP.NET Web API.
SyncfusionExamples/how-to-drag-and-drop-rows-between-two-datagrids-in-wpf-and-uwp
This example illustrates how to drag and drop rows between two datagrids in wpf and uwp
Berkilh/LibraryApp
Libary Application
SyncfusionExamples/how-to-auto-generate-columns-for-custom-type-properties-in-uwp-and-wpf-datagrid
This example illustrates how to auto-generate columns for custom type properties in uwp and wpf datagrid
SyncfusionExamples/How-to-bind-SelectedItems-property-of-wpf-datagrid-to-ViewModel-property
This example describes how to bind SelectedItems property of wpf datagrid to ViewModel property.
SyncfusionExamples/how-to-define-summary-rows-using-AttachedProperty-in-wpf-and-uwp-datagrid
This example illustrates how to define summary rows using AttachedProperty in wpf and uwp datagrid
SyncfusionExamples/How-to-navigate-to-error-cells-in-wpf-datagrid-via-button-click
This example explains about how to navigate to error cells in wpf datagrid via button click
SyncfusionExamples/working-with-large-numbers-of-records-in-wpf-datagrid
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.
SyncfusionExamples/wpf-datagrid-scrolling-performance-with-more-rows-and-columns
Example shows changing the rendering mode of wpf datagrid to drawing for improved loading and scrolling performance.
codelab-lite/WPF_DataGrid
Datagrid basics with caliburn micro
DjukicBogdan/PhoneBook
PhoneBook WPF
MalumDominum/Database-Editor
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
MaxweIISmith/NLogViewer
NLog WPF-target example
DevExpress-Examples/wpf-data-grid-display-datetime-value-in-separate-date-and-time-columns
Adds two columns for date and time portions of a DateTime property from data items.
dotnetgenetics/Prevent-Wpf-DataGrid-Last-Row-Sort
How To Prevent WPF DataGrid Last Row From Being Sorted
dotnetgenetics/Wpf-DataGrid-Checkbox
How To Add Checkbox Control To WPF DataGrid
dotnetgenetics/Wpf-DataGrid-Grouping
A simple demo on how to group collection of data using the ListCollectionView class and Exander control
SyncfusionExamples/coded-ui-test-external-plugin-source-project-for-wpf-datagrid-and-treegrid
This repository contains the coded ui test external plugin source project for WPF DataGrid (SfDataGrid) and TreeGrid (SfTreeGrid).
SyncfusionExamples/how-to-change-column-order-dynamically-using-column-chooser-in-wpf-datagrid
This example illustrates how to change column order dynamically using column chooser in wpf datagrid
SyncfusionExamples/how-to-create-a-custom-column-from-existing-column-in-wpf-and-uwp-datagrid
This example demonstrates to create a custom column from existing column in wpf datagrid
SyncfusionExamples/how-to-customize-the-edit-mode-behavior-of-the-cells-in-the-wpf-datagrid
This example demonstrates to customize the edit mode behavior of the cells in the wpf datagrid
SyncfusionExamples/how-to-display-the-values-with-underscore-in-check-boxes-of-filter-control-in-wpf-datagrid
This example illustrates how to display the values with underscore in check boxes of filter control in wpf datagrid
SyncfusionExamples/how-to-drag-and-drop-rows-between-datagrid-and-listview-in-wpf-and-uwp
This example illustrates how to drag and drop rows between datagrid and listview in wpf and uwp
SyncfusionExamples/how-to-drag-and-drop-rows-between-datagrid-and-treegrid-in-wpf
This example illustrates how to drag and drop rows between datagrid and listview in wpf
SyncfusionExamples/how-to-maintain-expanded-state-of-groups-in-printing-in-wpf-and-uwp-datagrid
This example illustrates how to maintain expanded state of groups in printing in wpf and uwp datagrid
SyncfusionExamples/how-to-show-different-context-menu-for-each-column-in-wpf-datagrid
This example illustrates how to show different context menu for each column in wpf datagrid
SyncfusionExamples/how-to-show-tooltip-on-the-disabled-cell-in-wpf-datagrid
This example illustrates how to show tooltip on the disabled cell in wpf datagrid
SyncfusionExamples/how-to-show-vertical-border-to-the-column-wise-summary-rows-in-wpf-and-uwp-datagrid
This example illustrates how to show vertical border to the column wise summary rows in wpf and uwp datagrid.
SyncfusionExamples/How-to-show-watermark-in-WPF-DataGrid
This sample show cases how to show the watermark text in the WPF DataGrid.
SyncfusionExamples/wpf-datagrid-example
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.