We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon