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
135
Splitting a single row into master-detail
posted

Hello,

I have an object which contains several properties, one of which in turn has a property which is a collection.

XamDataGrid produces a single row for each instance of that object. How can i split that row into master detail, where master row would contain atomic properties, but detail row would contain the property with a collection?

 

Parents
  • 69686
    posted

    Hello,

    Basically, this is a hierarchical model, so the grid would create it automatically - "atomic" properties on the master row, and the collection property in a ExpandableFieldRecord (+ indicator next to the master record).

    This is how it would be displayed. If that does not satisfy your requirements, you can bind to the ActiveRecord property of the grid and display the nested data elsewhere. Please give us more information about how exactly you want to display the data and we will be glad to help.

    Regards,

    Alex.

Reply Children