Captions in Grid

Does the GridDataBoundGrid use the Caption property of DataTable Columns as the Header of a grid column?

1 Reply

AD Administrator Syncfusion Team April 16, 2003 01:25 PM UTC

No, currently it uses the ColumnName property for the header text. You can change the header text in the GridBoundColumns collection if you explicitly added them, or in the Binder.InternalColumns collection if you did ot explicitly add the gridboundcolumns.

Loader.
Up arrow icon