Hello,
I have a similar requirement to the user that originally posted in August 2012:
I want to “auto-stretch” the grid to the window, no matter what browser’s size is. Scroll bars should appear automatically as soon as data out of window.
If a Grid has 10 rows of data and the screen has vertical space to allow the display, then the Grid should size it’s height appropriately and not need to show vertical scroll. If that Grid only has 2 rows of data, we do not want to see empty white space at the bottom of the Grid.
If the same Grid with 10 rows of data is viewed on an iPad and no longer has the vertical space, that Grid should now show vertical scrollbar as part of the Grid.
Is this possible?
Thank you