ADD. RadGridView - provide SortEvaluate method in the MasterTemplate.DataView where the user can pass SortDescriptors and two rows and SortResult will be returned
This new API will be useful for implementing custom sorting scenarios when you need to have custom sorting only for a single column.
A similar API is available for the filtering functionality (MasterTemplate.DataView.FilterEvaluate)