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" />
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" />