Fixing column header width and row height

How to fix column header widht and row height so that they should be stable irrespective of text length in it.

Thanks,
Kalyani



2 Replies

RS Rajarajeswari S Syncfusion Team August 6, 2008 06:39 PM UTC

Hi Kallyani,

Thanks for using Syncfusion products.


GridGroupingControl will be rendered as a HTML table. So we can't set width or height in cell by cell basis. But we can only set width for individual columns like below:

this.GridGroupingControl1.TableDescriptor.Columns[0].Width = 200;

Please let me know if you have any other concerns.

Regards,
Raji




AD Administrator Syncfusion Team February 13, 2009 06:16 PM UTC

I can adjust to individual columns of grand child and child tables?

>Hi Kallyani,

Thanks for using Syncfusion products.


GridGroupingControl will be rendered as a HTML table. So we can't set width or height in cell by cell basis. But we can only set width for individual columns like below:

this.GridGroupingControl1.TableDescriptor.Columns[0].Width = 200;

Please let me know if you have any other concerns.

Regards,
Raji





Loader.
Up arrow icon