QueryColWidth for Nested Tables

Hi, is there a QueryColWidth event for nested tables in a GridGroupingControl? I'm using:

childTable = GetTable("ChildTable");
childTable.TableModel.QueryColWidth += ChildTable_QueryColWidth;

It seems like the ChildTable_QueryColWidth method is never called.

Thanks.

1 Reply

AD Administrator Syncfusion Team November 1, 2006 04:49 AM UTC

Hi Stephen,

Please refer to the following sample which handles the NestedTable's QueryColWidth event in a grid without any issues. Is it possible for you to modify the sample to reproduce the issue here?

Here is a sample.
http://www.syncfusion.com/Support/user/uploads/GGC_QueryColwidth_372b1938.zip

Best Regards,
Haneef

Loader.
Up arrow icon