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

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