Hi there,
Do I have to enable some property or something to be able to see a [ + ] sign to drill down to the children of a databound CSLA class, databinded to the UltraGrid ?
I've debugged the databound class ( bound through a BindingSource ) and the item(parent) has one child(subClass ... which is collection member variable of the databound class )
Why can't I see the child it in my UltraGrid ? I'm using the "xbox" theme for the UltraGrid if that matters ...
The code is really simple ... and the project ( the parent ) is visible in the UltraGrid, but no children appear :-(_project = Core.
Project.GetByProjectID(1);projectBindingSource.DataSource = _project;kind regards,EE
ahhhh, nevermind ... I found out what the problem was. I had to create a public property to the Collection which was inside the parent.
You can close this ticket ... but thanx anyway :-)rgd,EE