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

GridViewComboBoxColumn Sorting Problem

1 Answer 113 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Alex Mitchell
Top achievements
Rank 1
Alex Mitchell asked on 23 Jul 2010, 10:58 PM
For some reason my RadGridView wont sort using my GridViewComboBoxColumns.

Here is a sample of how I have them set up in case that is what is causing the problem, if not could some one tell me what it is that I am doing wrong.

 <telerik:GridViewComboBoxColumn x:Name="gvcTeams" Header="Assigned Team" SortMemberPath="TeamName" ItemsSourceBinding="{Binding AllTeams}" DisplayMemberPath="TeamName" DataMemberBinding="{Binding Team, Mode=TwoWay}" SortingState="None" />

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 28 Jul 2010, 01:26 PM
Hi Alex Mitchell,

Unfortunately, it is not quite visible from the code you sent what could be the cause of your problem. So, we would need more details about your project and its settings. It would be great if you could send us a sample project or at least post your code.
  

Best wishes,
Maya
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
Alex Mitchell
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or