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

AutoIncrement in GridDataBoundGrid Header

hi,
I am using a GridDataboundGrid and I am not sure which setting to use to set auto row number in the row header.

Thanks

1 Reply

AD Administrator Syncfusion Team January 10, 2007 08:24 PM UTC

Hi Navaneeth,

To have numbered rowheaders in a GridDataBoundGrid, try these property settings. This will help you.

this.gridDataBoundGrid1.BaseStylesMap["Row Header"].StyleInfo.CellType = "Header";
this.gridDataBoundGrid1.Model.Options.NumberedRowHeaders = true;

Thanks for using Syncfusion Products.
Regards,
Rajagopal

Loader.
Live Chat Icon For mobile
Up arrow icon