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

Sorting the Data Inside Filter Popup

1 Answer 43 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Subhendu
Top achievements
Rank 1
Subhendu asked on 30 May 2013, 10:52 AM
I have a WPF data Grid in which I have a Column called Qty having data sequnce:
2,1,4,5,3

When I click on Filter the popup also displays the data as 2,1,4,5,3. But how can it be sorted as 1,2,3,4,5 


I thought of  writing  SortMemberPath inside  <telerik:GridViewDataColumn but don't want to do that as I am not using GridViewDataColumn.

Attached the current scenario.

1 Answer, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 03 Jun 2013, 02:40 PM
Hi Subhendu,

I can suggest you to check this forum thread where this question has already been discussed.

Regards,
Yoan
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Subhendu
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or