AD
Administrator
Syncfusion Team
November 24, 2003 08:52 PM UTC
I do think this is doable, but I don't know that I would say it will be 'easy' to do. It would probably take a couple of days to get things working.
With the new GridGroupingControl, you could load the primary table (to show the nodes that might be expanded) and set a relation up to an empty child table. Then on the click you could populate this empty child tabe with your related data.
With the GridControl you could display another grid on the cell click. (This is how the new GridGroupingControl works).
But either approach would likely take some effort to code.