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
920
Hidding Colum Header in UltraGrid and UltraComboEditor (Version 9.1.)
posted

Hallo,

 

in Version 8.3 we used

<grid>.DisplayLayout.Bands[0].ColHeadersVisible = false;

to hide the Header. In the new version 9.1 this leads to an empty field where the header had been.

But we want to complete remove them. How can I do this?

 

For example we had an 18 high layoutcell. This cell contains a UltraGrid. Becaus off missing Space an other reasens I only whant to show 1 row. Now I see no row but the empty space for the Header.

 

Best regard

  Wolfgang

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Wolfgang,

    This is a known bug and will be fixed in the next hot fix. I am forwarding your post to Developer Support so they can add you to the list and you can be notified when the Hot Fix becomes available.

    In the mean time, I beleive you can work around the problem by setting GroupHeadersVisible to false, in addition to ColHeadersVisible.

Reply Children