Basically I have a web page with a header div and a bottom div and a kendo grid in between. When I resize the window I want the grid to automatically adjust its height so that the three divs combined will always fit the window height.
I've looked up answers and tried calculating grid height in a function and calling it on resize but it didn't work for me. I also read from the Telerik forum that to set a grid 100% height of its container the container will need to be set an explicit height, but I don't want to set the container div height in pixels.
I'm feeling pretty dumb to be looking at forum posts around 2010 to solve a problem in 2020. Any help would be appreciated, thanks in advance!