Index: lams_tool_assessment/web/pages/monitoring/summary.jsp =================================================================== diff -u -rd28a91914e8858e0fbc045fc9313e3b50a309c45 -rc97cde532c9d06bea20be3a1ad0e2b0fc09718c0 --- lams_tool_assessment/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision d28a91914e8858e0fbc045fc9313e3b50a309c45) +++ lams_tool_assessment/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision c97cde532c9d06bea20be3a1ad0e2b0fc09718c0) @@ -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) {