Hi,
I have to hide the header row.
If the rows in a WinGrid is grouped with respect to a column. That is, SortedColumn>0
Then for each group seperate header is seen, can we avoid this by showing header on the top of the grid only.
regards,
Ceaser
You can control this by setting the HeaderPlacement property. This appears off the Override property, which is accessible for the whole grid off of it's DisplayLayout, or from an individual band.
This article from our online help documentation of NetAdavntage for Win Client (Windows Forms) 2009 Volume 1 lists the valid values for this property. The default value is the same as "RepeatOnBreak." Which of the other three values you'll want to use depends on the exact behavior you're after - test each one to see what results you get to find the one you like.