Is there any method to expand/collapse the grid by clicking on the caption layer? I have 3 very large tables that are displayed on a 1680x1050 screen which are loaded by def
This one will work for all the grids on the page.
$(".ui-jqgrid-titlebar").click(function() { $(".ui-jqgrid-titlebar-close", this).click(); });