display serial number Column

Is there any property available to generate a row number in the begining in Griddataboundgrid? Thanks

1 Reply

AD Administrator Syncfusion Team July 26, 2004 09:57 AM UTC

To do this with properties, you can use: this.gridDataBoundGrid1.BaseStylesMap["Row Header"].StyleInfo.CellType = "Header"; this.gridDataBoundGrid1.Model.Options.NumberedRowHeaders = true;

Loader.
Up arrow icon