AD
Administrator
Syncfusion Team
January 3, 2003 10:13 PM UTC
I see the problem and we'll have to fix that.
What you can do now is instead of setting RootHierarchyLevel.ShowHeaders = False you can simply hide the column headers for the root hierarchy by setting
Me.gridDataBoundGrid1.Model.HideRows.Item(0) = true
Stefan