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

Sorting Error

1 Answer 17 Views
GridView
This is a migrated thread and some comments may be shown as answers.
StevenDale
Top achievements
Rank 2
StevenDale asked on 18 May 2011, 07:52 PM
I am getting the following sorting error in several grids with different bindings when trying to sort. The data shows up correctly but I get an error when I try to sort:
'SystemFindingSystemModifierTypeEntityCollection' type does not have property named 'SystemModifierType_.Name', so cannot sort data collection.

I am using LLBLGen as my ORM and here is an example of a GridViewDataColumn I am using:

<

 

 

telerik:GridViewDataColumn Header="Modifier Type" DataType="{x:Type System:String}" Width="*" DataMemberBinding="{Binding SystemModifierType_.Name}" />

 

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 19 May 2011, 06:50 AM
Hello,

 Can you try the standard WPF DataGrid in this case to see what will be the result? 

Regards,
Vlad
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
StevenDale
Top achievements
Rank 2
Answers by
Vlad
Telerik team
Share this question
or