How to hide ColumnHeader in GDB

I am using GridDataBoundGrid control binded to a dataset. how do i hide the column header ?

3 Replies

AD Administrator Syncfusion Team February 9, 2005 06:06 PM UTC

You can call Me.GridDataBoundGrid1.Model.HideRows(0) = True Stefan >I am using GridDataBoundGrid control binded to a dataset. how do i hide the column header ?


AD Administrator Syncfusion Team February 9, 2005 06:36 PM UTC

This code doesn''t work... I am using griddatabound control...it seems the below code is meant to work with GridControl.. Regards Yogesh S >You can call > > Me.GridDataBoundGrid1.Model.HideRows(0) = True > >Stefan > >>I am using GridDataBoundGrid control binded to a dataset. how do i hide the column header ?


AD Administrator Syncfusion Team February 9, 2005 07:14 PM UTC

Attached find a modified RecordNavDataBound sample. CS_237.zip Stefan

Loader.
Up arrow icon