I have a RadGrid (Version 2013.2.611.45) in a .Net 4.5 project with several columns: string, numeric and date types. I am using NeedDataSource, SqlDataSource and custom sorting exactly like in the demo (http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/sorting/defaultcs.aspx).
When I try to apply multi-column sorting: SortCommand fires just fine, the SortExpressions are properly set, but ONLY the fist selected column to sort is being sorted, even though the subsequent selected columns change their background color and their indicator arrow change as well.
Could someone advice?
Thanks,
JD
When I try to apply multi-column sorting: SortCommand fires just fine, the SortExpressions are properly set, but ONLY the fist selected column to sort is being sorted, even though the subsequent selected columns change their background color and their indicator arrow change as well.
Could someone advice?
Thanks,
JD