Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1510
Can't see children nested in a databound class inside the Grid
posted

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

  • 1510
    posted

    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