I'm able to sort my grid with multiple columns without issue. What I'd like to do is mimic the way Dynamics CRM (and other apps) sort - which is by the user holding down Shift + clicking on the 2nd column to sort by.
Is that possible?
1 Answer, 1 is accepted
0
Iana Tsolova
Telerik team
answered on 07 Nov 2011, 10:34 AM
Hi Bob,
I am afraid that such functionality is not supported by RadGrid out of the box. You can try implementing it in with your own custom code by handling the OnColumnClick client-side event and invoking postback manually. Then you can handle the sort operations on the server.
Best wishes,
Iana Tsolova
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now