This is a migrated thread and some comments may be shown as answers.

Mimic standard sorting method with Shift + Click for multiple sorts

1 Answer 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 1
Bob asked on 02 Nov 2011, 03:58 PM
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

Sort by
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
Tags
Grid
Asked by
Bob
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or