SH
Stefan Hoenig
Syncfusion Team
July 11, 2002 08:15 PM UTC
> How can I change a column header text in a databound grid? By default the grid shows the column name from the datasource. Can I change this name at design time?
>
> Vladimir
The databound grid has a "GridBoundColumns" collection. At design time you can open the CollectionEditor for that collection and add columns to be displayed in the data bound grid. Each column has a MappingName and HeaderText and style information. The HeaderText is what you are looking for. But you also have to set the MappingName.
Stefan