JS
Jeba S
Syncfusion Team
June 27, 2007 09:16 AM UTC
Hi J,
You will have to set the HeaderText to a space, " ". As you say, if you set it to an empty string, it tells the grid that you want to use the MappingName as the header text.
this.gridDataBoundGrid1.Binder.InternalColumns[1].HeaderText=" ";
Kindly let us know if this helps.
Thanks,
Jeba.
JM
John McLean
June 27, 2007 09:26 PM UTC
Of course! What a blonde moment. Thanks Jeba
>Hi J,
You will have to set the HeaderText to a space, " ". As you say, if you set it to an empty string, it tells the grid that you want to use the MappingName as the header text.
this.gridDataBoundGrid1.Binder.InternalColumns[1].HeaderText=" ";
Kindly let us know if this helps.
Thanks,
Jeba.