AD
Administrator
Syncfusion Team
July 7, 2003 06:15 PM UTC
The answer to both questions is GridBoundColumns.
GridDataBoundGrid.GridBoundColumns plays a similar role as DataGrid.TableStyle[].GridColumnStyles. So, you shoul dadd GridBoundColumns to the GridDataBoundGrid for teh columns you want to see. Make sure you set the MappingName property. There is also a HeaderText property that you can set. You can do this either from code or from the designer.