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.