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

row header width

is there a way to set the row header width? in the standard datagrid, there is a RowHeaderWidth property. thank you, ram

1 Reply

AD Administrator Syncfusion Team July 29, 2003 09:01 PM UTC

If you are using a GridDataBoundGrid, first set grid.AllowResizeToFit = false; The row headers are column zero, so you can set the row header width with code like grid.Model.ColWidths[0] = 20;

Loader.
Live Chat Icon For mobile
Up arrow icon