AD
Administrator
Syncfusion Team
June 29, 2004 08:59 AM UTC
I do not know of a way to do this at design-time in a GridDataBoundGrid. It can be done at run-time.
You can do it at design-time using a GridGroupingControl by setting the
this.gridGroupingControl1.TableDescriptor.Columns["someCol"].Width property and the this.gridGroupingControl1.TableDescriptor.TableOptions.ColumnHeaderRowHeight property.