i have two columns in radgrid one is visible and another is invisible. when user clicks on one column it should sort by taking in consideration of other column also. Please find the attached screen shot with this post.
regards
Nagendra
1 Answer, 1 is accepted
0
Radoslav
Telerik team
answered on 24 Jan 2011, 12:59 PM
Hello Nagendra,
The RadGrid does not support build in sorting by more than one column at the same time, however you could try building your own sorting expressions and apply them to the grid when the column header is clicked. The other way is to apply the custom sort criteria when user clicks on column header.
I hope this helps.