GR
Golda Rebecal
Syncfusion Team
September 6, 2007 12:33 PM UTC
Hi Vicko,
You can show the GroupDropArea for nested tables by using the following code:
GridTable chiltTable = grid.GetTable("ChildTable");
this.grid.AddGroupDropArea(chiltTable);
Please refer to the UniformChildList demo that illustrates the same which is available in the folder
\\My Documents\Syncfusion\EssentialStudio\5.2.0.16\Windows\Grid.Grouping.Windows\Samples\2.0\RelationsAndHierarchy\UniformChildList\cs
Kindly let me know if this helps you.
We appreciate your interest in Syncfusion products.
Best regards,
Golda
VH
Vicko Hazdovac
September 7, 2007 07:58 AM UTC
That's what I needed.
Thank you very much.