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