AD
Administrator
Syncfusion Team
August 25, 2004 02:39 PM UTC
If the only thing in that row is your TreeView, then you can try using a covered cell to see if this will do what you need.
//cover row 3
gridControl1.CoveredRanges.Add(GridRangeInfo.Cells(3, 1, 3, gridControl1.ColCount));