Hi Abu,
In 2.8.1 , the icon button present in table header on previous version to expand grid is missing , it is impossible to show/hide the grid if you start with : $grid[“hiddengrid”] = true;
1 Answers
Hello,
You can set this property either by editing jqgrid_dist.php (line 179) for all grids OR in your page’s grid options:
$grid[“hidegrid”] = true;
Your Answer