Grid Grouping binding

Object1 has many properties and one of them is ListOfChild, a list of child objects.

I have a List of Object1 that I bind to the Gridgrouping (grid.datasource= Object1List)

By default, the grid groupinp will create a Nested table with the + sign and all the child item from ListOfChild will appear in that list.

Is there a way I could tell the grid, not to create a second level with that list of child object? It will be in the datasource but don't use it.




2 Replies

AD Administrator Syncfusion Team January 30, 2009 01:46 PM UTC

I figured it out myself.

TableDescriptor.Engine.AutoPopulateRelations = False





JJ Jisha Joy Syncfusion Team February 6, 2009 04:15 AM UTC

Hi Patrick,

Thank you for your update. Glad to hear that issue has been resolved.

Regards,
Jisha


Loader.
Up arrow icon