Premium support for our pure JavaScript UI components


Post by Josh Argent »

Hi,

We are using the SubGrid.hide() and SubGrid.show() functions to toggle the visibility of regions within our tree grid. However, we are seeing a rendering issue with the column headers. It appears that the hidden region column headers do not hide with the region. See screenshot:

Screenshot 2023-03-22 at 15.41.03.png
Screenshot 2023-03-22 at 15.41.03.png (59.57 KiB) Viewed 187 times

This is reproducible in the Multi Regions Demo by calling grid.subGrids.middle.hide();

Thanks,
Josh


Post by tasnim »

Hi,

Thanks for your report. Here is the ticket to track progress https://github.com/bryntum/support/issues/6443
We'll check deeply.

Good Luck :),
Tasnim


Post by Josh Argent »

Thanks Tasnim, is there a way to work around this in the meantime?


Post by marcio »

Hey Josh,

I believe not, unfortunately, you'll have to wait for the fix of that ticket.

Best regards,
Márcio


Post by mats »

Use collapse/expand instead of hide/show?


Post by Josh Argent »

Collapsing might work for us. If we collapse the region instead of hiding it, is it possible to prevent the user from expanding it (i.e. hide the expand button)?


Post by tasnim »

What if you try to set collapsible to false

Does that work for you?


Post Reply