Problems with version 4.0
Posted: Tue 28 Aug 2012 10:45
I am using Devexpress XtraGrid with LinqServerModeSource.
My code works in version 3.2 but not in 4.0
Data contains a 4 level class hierarchy - and columndata is referenced like this
propertyname, parenttable.propertyname and so on.
linqServerModeSource1.ElementType = typeof(T_Drop);
linqServerModeSource1.KeyExpression = "ID";
linqServerModeSource1.QueryableSource = dc.T_Drops;
in Version the grid dosn't display/fetch data for the lowest level (T_Drop)
My code works in version 3.2 but not in 4.0
Data contains a 4 level class hierarchy - and columndata is referenced like this
propertyname, parenttable.propertyname and so on.
linqServerModeSource1.ElementType = typeof(T_Drop);
linqServerModeSource1.KeyExpression = "ID";
linqServerModeSource1.QueryableSource = dc.T_Drops;
in Version the grid dosn't display/fetch data for the lowest level (T_Drop)