How can I put sequence number in row header in Databoundgrid?

It seems gridcontrol has it built-in. jsut wondering how I can have gridboundcontrol with the same behavior? Thanks Chris

2 Replies

AD Administrator Syncfusion Team March 8, 2005 05:18 PM UTC

Try setting these properties. this.gridDataBoundGrid1.BaseStylesMap["Row Header"].StyleInfo.CellType = "Header"; this.gridDataBoundGrid1.BaseStylesMap["Row Header"].StyleInfo.Font.Bold = false; this.gridDataBoundGrid1.Model.Options.NumberedRowHeaders = true;


AD Administrator Syncfusion Team March 8, 2005 10:42 PM UTC

works great. thanks

Loader.
Up arrow icon