Hello,i am hiding the header in each band of my ultra grid with this code:ultraGrid1.DisplayLayout.Bands[0].HeaderVisible = false;The header was hiding but now there is a white space with the hight of the header. How can i change the header hight of a band or how can i remove the header completely?Thanks.
Hi,
HeaderVisible refers to the Band header. This is a header at the top of the band with the name of the band in it, and it's hidden by default. So setting HeaderVisible to false probably won't do anything, unless something else in your application is setting it to true.
So I can't see how HeaderVisible on the band could leave a gap anywhere.
There is a known bug in v9.1 of the grid which might leave an empty space depending on the settings for ColHeadersVisible and GroupHeadersVisible. If that's what you are experiencing, then you should get the latest service release, as the issue has already been corrected.