We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon