Header Caption Settings like DataGrid...

How to give the Header Caption for the GridDataboundgrid, like we are having in the Datagrid? How to get the following Property for that Header caption in GridDataBoundgrid? DataGrid1.CaptionFont = this.grdCaptionFont; DataGrid1.HeaderFont = this.GridHeaderFont; DataGrid1.CaptionBackColor = this.grdCaptionBackColor; DataGrid1.LinkColor = Color.FromName("HotTrack"); I am very new to this Grid. So please help me on this... Thanks

1 Reply

AD Administrator Syncfusion Team July 17, 2004 09:31 AM UTC

There is no caption property in a GridDataBoundGrid. You could set up panel and us it as a caption label. Here is a forum thread that has a usercontrol sample that you can use from the designer. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=3945

Loader.
Up arrow icon