Skip to main content
nicholasf4944
Participating Frequently
September 16, 2024
Solved

Read Only Grid with height of user viewport

  • September 16, 2024
  • 3 replies
  • 0 views

Hello,

Is there a way to set a read-only grid to have a height that matches the viewport height?

I understand that the "fixed" setting keeps the grid at a set height, but it doesn’t adjust dynamically with the user’s viewport.

I’m looking for a solution that combines the behavior of the fixed setting—such as scrolling and locked headers—with a height that adjusts to the available space in the viewport.

Using a match statement with a!isPageWidth() won’t work in this case, as it does not provide enough control over the height. 

Thank you!

Nick

    Best answer by stefanhelzle0001

    Sorry, not supported.

    3 replies

    somasundaram.d
    September 16, 2024

    I dont think we have control over that. As far as I remember, we can only customise the height of the grid using the height parameter

    stefanhelzle0001
    Brainy
    September 16, 2024

    Sorry, not supported.

    konduruc733182
    September 16, 2024

    Not something that can be done. Only way you can keep the headers locked is by adjusting the height but then it won't satisfy your other condition.