Hi Ahmed,
Thanks for contacting Syncfusion forum.
Based on your shared information we suspect that you want to render multiple child Grid in same level of parent row expanding. For this we would like to inform our default hierarchical binding and detail Template features to achieve this requirement.
The Grid allows display of table data in a hierarchical structure to visualize relations between parent and child records. This feature is enabled by defining the
childGrid and
childGrid.queryString. The
childGrid describes the options of grid and the
childGrid.queryString describes the relation between parent and child grids. Already we explained in below documentation. Please refer it.
If you want bind hierarchy grid with different field - By default, Parent and child grid relation will be maintained by queryString property. We should use the same field name to map both parent and child grid. To achieve parent and child relation with different fields, we need to change the mapping value in the child grid
load event. Already we explained in below link.
The detail template provides additional information about a particular row by expanding or collapsing detail content. The
detailTemplate property accepts either the
template string or HTML element ID.
Using this above feature, you can achieve your requirement as per your needs.
If still facing the issue, please share below details then only we can provide the appropriate solution as soon as possible.
1. Share complete Grid rendering code both parent and child.
2. Share brief explanation of your exact requirement with UI representation ?
3. Syncfusion package version.
Regards,
Thiyagu S