So, I have the grid setup and working correctly…where I have the grid take up a fair amount of space on the webpage. When you scroll down the grid to the bottom, you end up at the very bottom of browser…and so adding rows here is awkward, as there is no space.
I want to make it so when you scroll to bottom of grid, there is space/margin so the user can enter data more comfortably that at very bottom of page. Initially I solved this by adding in like 5 sparerows…as this adds in the type of padding/margin I want, but the sparerows is causing other issues I want to avoid. Ultimately, I just want to add margin so when you scroll to bottom of grid, there is still 200-300 pixels of space between bottom of grid and browser.
How can I accomplish this without using the minsparerows?