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.
Up arrow icon