Page 1 of 1

Problems with version 4.0

Posted: Tue 28 Aug 2012 10:45
by Sten Andersen
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)

Re: Problems with version 4.0

Posted: Thu 30 Aug 2012 16:34
by StanislavK
We've answered you by mail. Please confirm that you've received the letter.