how to change the ColumnHeader in DBGrid

how to change the ColumnHeader in DBGrid

1 Reply

AD Administrator Syncfusion Team October 26, 2005 08:25 AM UTC

If you have explicity added GridBoundColumns, then you set grid.GridBoundColumns["Colname"].HeaderText. If you have not added GridBoundColumns, you set grid.binder.InternalColumns["Colname"].HeaderText. http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=88

Loader.
Up arrow icon