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:
'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}" />