-
nghouuri said 1 year ago:
Hello,
Can anyone guide me how to insert a grid inside another grid. I looked around but couldn’t find any sample or help.
Thanks
Nas
| # -
Hello Nas,
Are you looking for having child grid inside parent grid ? If so, then you may refer to the following sample implementing the same:
http://our.componentone.com/samples/winforms-datatree
If I misunderstood your query then let me know.
Regards
Ashish| # -
nghouuri said 1 year ago:
Hi Ashish,
Many thanks for the reply, it’s the similar kind of thing I am looking. One more thing, can I add the data tree in a unbound data grid. I have a grid splaying list of records and when user double clicks on a row, I have to insert / display the details beneath the selected record.
Thanks
Nas
| # -
Hello Nas,
I don’t think so because we need to bind the grid to a table in a hierarchical data set and then, any rows with child tables are displayed as tree nodes.
However, you may try inserting Flexgrid inside another flexgrid with the help of Host controls and may refer to the following sample for complete implementation;
http://our.componentone.com/samples/winforms-hostcontrols
Regards
AshishAnswer| # -
nghouuri said 1 year ago:
Thank you very much for the help. I think I will explore the poibilities to implement the c1DataTree which looks much nicer and structured.
Regards
Nas
| #
You must be logged in to reply to this topic.

