Index: lams_tool_assessment/web/pages/monitoring/summary.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/monitoring/summary.jsp,v diff -u -r1.25.2.7 -r1.25.2.8 --- lams_tool_assessment/web/pages/monitoring/summary.jsp 11 Nov 2016 15:52:08 -0000 1.25.2.7 +++ lams_tool_assessment/web/pages/monitoring/summary.jsp 11 Dec 2016 03:08:09 -0000 1.25.2.8 @@ -149,6 +149,9 @@ $("#questionSummaryHref").click(); } }); + + // trigger the resize when the window first opens so that the grid uses all the space available. + setTimeout(function(){ window.dispatchEvent(new Event('resize')); }, 300); }); function resizeJqgrid(jqgrids) {