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

[Solved] Programmatic Dynamic MultiColumn Sorting

1 Answer 60 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Richard Harrigan
Top achievements
Rank 1
Richard Harrigan asked on 07 Feb 2011, 07:18 PM
Hi

You can sort multiple columns by holding down the shift key and clicking on columns to be sorted.  How do you pick up this key-sequence programmatically so that you know the columns selected and the selection order.  Since the data in the grid is paged I need to pass sort criteria to a WCF method which sorts the data (Data is not a domain data source).

Thanks
Rich

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 08 Feb 2011, 08:27 AM
Hello Rich,

You can check RadGridView SortDescriptors collection for more info. You can check also this blog post - may help you in your case with plain WCF services. 

All the best,
Vlad
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
GridView
Asked by
Richard Harrigan
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or