I know that in virtual mode automatic sorting is dosn't supported. But I have to implemented custom sorting.
Anybody know how resolve this problem ?
1 Answer, 1 is accepted
0
Julian Benkov
Telerik team
answered on 29 Nov 2011, 12:47 PM
Hello Dawid,
Indeed, RadGridView does not support filtering, sorting, and grouping in Virtual Mode. Only the UI and descriptor collections are updated.
You can use SortChanged event to implement you logic for virtual mode. The event notifies for a change in the related SortDescriptor collection and sends updates to RadGridView UI to fire CellValueNeeded event to fill again the displayed cells in the current grid view.