Files to look at:
- SchedulerSource.cs (VB: SchedulerSource.vb)
- Window1.xaml (VB: Window1.xaml)
- Window1.xaml.cs (VB: Window1.xaml.vb)
This example demonstrates how to implement custom sorting in the Grid Control. To do this, handle the GridControl.CustomColumnSort event, assign your custom sorted list to the e.Result property and set the e.Handled property to True.
(you will be redirected to DevExpress.com to submit your response)