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
385
Display Child Property In Grid
posted

I want to bind a grid to a collection of objects.  Mostly I will just display properties of the objects. This is simple. But, I also want to display properties of those properties. Is that possible with the ultragrid? Has someone got an example somewhere? Is there instructions for doing this? In a sense what I am asking is how to display heirarchical object data in a flat grid.

This is an example of what I want to display

Task.User.UserName

Task.TaskDate

Task.Status.Description

Task.TaskNumber

etc.