We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Grouping area in nested table (grid grouping control)

Hi, I was wondering is it possible to show the group drop area in nested tables also.

So far only property I've found is
gridGroupingControl1.ShowGroupDropArea = true;
,but that only works for top level table.

How can I make it visible for nested tables?
I presume it's not too complicated but I just can't dig it out.

Thanks in advance.

2 Replies

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.

Loader.
Live Chat Icon For mobile
Up arrow icon