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
340
hiding column header still allocates empty space
posted

I have a UltraWinGrid with a 3-tiered UltraDataSet.  In InitializeLayout, I have set:

            e.Layout.Bands["BottomTier"].Override.HeaderPlacement = HeaderPlacement.FixedOnTop;
            e.Layout.Bands["TopTier"].ColHeadersVisible = false;
            e.Layout.Bands["MidTier"].ColHeadersVisible = false;

I don't care to see the Top or middle tiered column headers, so I hid them.  However, there are big gaps where the column headers would be.  Our support team is whining (typical) because they say they can't see enough data on the grid.  Is there a way to not allocate the empty space for the column headers.  Do I have to use creation filters to achieve this?

We're using version 9.1