Hello Telerik Team,
I have searched all forums threads and didn't find relevant answer.
Please could you provide a sample, how to sort radgrid clicking on a non-grouped column that takes the entire dataset into consideration, yet maintains the integrity of the groups ? After click on some column, it should order groups based on column value, as well.
Here is similar issue http://www.telerik.com/community/forums/aspnet/grid/sorting-a-grouped-grid.aspx without solution...
Consider this example:
GroupA
Value5
Value3
GroupB
Value1
This happens when I click the sort of a column:
GroupA
Value3
Value5
GroupB
Value1
What I'm wanting:
GroupB
Value1
GroupA
Value3
Value5
Thank you
Best regards
Vasssek
I have searched all forums threads and didn't find relevant answer.
Please could you provide a sample, how to sort radgrid clicking on a non-grouped column that takes the entire dataset into consideration, yet maintains the integrity of the groups ? After click on some column, it should order groups based on column value, as well.
Here is similar issue http://www.telerik.com/community/forums/aspnet/grid/sorting-a-grouped-grid.aspx without solution...
Consider this example:
GroupA
Value5
Value3
GroupB
Value1
This happens when I click the sort of a column:
GroupA
Value3
Value5
GroupB
Value1
What I'm wanting:
GroupB
Value1
GroupA
Value3
Value5
Thank you
Best regards
Vasssek