Wpf Datagrid Template Column Sorting


. Search in Documentation. Search in Knowledge Base. Search in API Reference/ /On the snapshot bellow the data in RadGridView is sorted ascending by the Est.
Wpf Datagrid Template Column Sorting Table
Column and then sorted again by the Stadium column, without removing the previous sorting. This feature is called multi column sorting.To learn how to implement progtammatic sorting in your RadGridView read on this.Run-time you can sort by multiple columns by just holding the Shift key pressed and click all column headers you wish to sort your data. For more key combinations read the topic.As of Q2 2013, the user can benefit from Column Sort Sequence Indicator. In order to have this feature enabled you need to set ShowColumnSortIndexes property of RadGridView to True.You can check how the column headers will look like after the user has sorted on multiple columns.