RowHeader Width (DataBoundGrid)

Hi,
Could you please tell me property for setting the rowheader width. I tried using the e.Style.MaxLength = 20 in dgSummaryGrid_PrepareViewStyleInfo(object sender, GridPrepareViewStyleInfoEventArgs e) event but it did not work.
Many Thanks in advance.

1 Reply

HA haneefm Syncfusion Team July 13, 2007 02:57 PM UTC

Hi Anand,

You can Try this code:

this.grid.Model.ColWidhts[0] = 200;

Best regards,
Haneef

Loader.
Up arrow icon