Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3455
How to hide the header row
posted

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

Parents
No Data
Reply
  • 45049
    Suggested Answer
    posted

    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.

Children
No Data