ST
stanleyj
Syncfusion Team
January 3, 2006 06:56 AM UTC
Hi Anna,
The column width of the nested table can be set through its TableModel.
this.gridGroupingControl1.GetTable("NestedTable").TableModel.ColWidths["ColumnName"] = size;
Can you see the painting problems in any of the sample we ship?
Best regards,
Stanley