Is there a way to make the GridView's columns not sortable when they have been dropped in the grouping row?
I want to disable the sort capability just from the ones in the grouped by area and keep it for the column headers
1 Answer, 1 is accepted
0
Maya
Telerik team
answered on 22 Feb 2012, 08:28 AM
Hello Ricardo,
You can try handling Sorting event and cancel it for the columns you want. Another possible approach would be to set IsSortable property of GridViewDataColumn on grouping it (during Grouped event for example).
All the best,
Maya
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>