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

SortMemberPath period delimited

1 Answer 109 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.
katja purrazzo
Top achievements
Rank 1
katja purrazzo asked on 01 Jul 2010, 11:26 AM
Hello. I need to specify two members to sort a specific gridview column.

 In the standart Microsoft Silverlight gridview , you can specify a period delimited list of members  for the DataTextGridColum SortMemberPath.  it looks like in the Teleick GridView the period delimited list  ( or another type of delimited list ) is not supported. Will this feature be added in a future release? How can I accomplish this in the meantime?

 

 

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 01 Jul 2010, 12:38 PM
Hi katja purrazzo,

You can add SortDescriptor objects to the SortDescriptors collection of the grid and it will sort by them.
More information can be found in the Programmatic Sorting help topic.

Kind regards,
Veskoni
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
katja purrazzo
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or