Set Kendo Grid JSP to take remainder space

paul7548

New Member
I am using JSP Wrapper version of Kendo UI.Currently, I have a fixed height for my grid:\[code\]<kendo:grid name="SUBUL_02_GRID" pageable="true" resizable="true" sortable="true" height="800">\[/code\]I'd like the grid to take the remainder space of my page, but setting height="100%" doesn't work. The height is set to some arbitrarily value that's smaller than 50% of the page.I'm not sure if this matters but I also have virtual scrolling enabled\[code\]<kendo:grid-scrollable virtual="true" />\[/code\]How do I make the grid take remainder of the space?
 
Back
Top