The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator Syncfusion Team February 9, 2005 01:06 PM
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 ?
ADAdministrator Syncfusion Team February 9, 2005 01:36 PM
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 ?
ADAdministrator Syncfusion Team February 9, 2005 02:14 PM
Attached find a modified RecordNavDataBound sample.
CS_237.zip
Stefan