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

How to Set NumberedRowHeaders in GridDataBoundGrid


Hi ,

How can i set NumberedRowHeaders Property in
Syncfusion.Windows.Forms.Grid.GridDataBoundGrid

Regards,
Sreekesh NK


2 Replies

SR Sri Rajan Syncfusion Team July 28, 2008 06:55 AM UTC

Hi SREEKESH,

Thank you for your interest in Syncfusion products.

Here is the code to show the NumberedRowHeaders in GridDataBoundGrid.

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


Please let me know if this helps.

Best Regards,
Srirajan.



AD Administrator Syncfusion Team July 29, 2008 04:35 AM UTC

Hi Srirajan,
It works fine , Thank You.

>Hi SREEKESH,

Thank you for your interest in Syncfusion products.

Here is the code to show the NumberedRowHeaders in GridDataBoundGrid.

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


Please let me know if this helps.

Best Regards,
Srirajan.




Loader.
Live Chat Icon For mobile
Up arrow icon