StrataFrame Forum

I

http://forum.strataframe.net/Topic28539.aspx

By Lukasz Kustusz - 9/29/2010

I have a issue using BOs in a parrent-child relationchip in DevExpress GridView (My setup is described in my previous post here: http://forum.strataframe.net/Topic28318.aspx) . When I expand a parent record to show a child record it shows me lets say ChildRec1, but if I open another child (say ChildRec2), leaving the first one visible, both of the visible children change to ChildRec2. Each next child exposed will change all other children that are already open to the last one. ShareDataTableKey is empty and ShareDataTableKeyShareIndexRow is false on all BOs.

PS. Sorry for the subject, I posted the message without putting one that's more descriptive and there's no way to edit the subject, just the message. 
By Ivan George Borges - 9/29/2010

Not sure what could be, I had a look with the DevEx and was able to reproduce it, but then I did the same thing with the Infragistics and it worked as expected. Since this is a third part tool, I am not able to dig it further at this stage. Maybe this will be your best bet at the moment:

http://forum.strataframe.net/FindPost2965.aspx
By Lukasz Kustusz - 10/13/2010

The issue was finally solved with the help of DevExpress support. Here's the related post on their  website. 
http://www.devexpress.com/Support/Center/p/Q277658.aspx

The problem was with the use of Shared CustomerNotes properties in your sample.
By Greg McGuffey - 10/13/2010

Excellent news. I'm glad you got it going! And thanks for posting the solution.