Reg: Nested table column width

Hi, I want to increase the nested grid column width, How do I increase that..? And also I am facing some painting problem in nested grid, How do I avoid that..? Note: Source grid of nested grid is grouping grid control Thanks, Anna

1 Reply

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

Loader.
Up arrow icon