Skip to content

DevExpress-Examples/wpf-data-grid-implement-custom-sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - How to Use Custom Rules to Sort Data

This example demonstrates how to use custom rules to sort data in the GridControl.

If you want to maintain a clean MVVM pattern and specify custom sort operations in a ViewModel, create a command and bind it to the GridControl.CustomColumnSortCommand property.

Files to Look At

Code Behind Technique

MVVM Technique

Documentation

More Examples