Hello Abu,
I’ve another problem with 2.6 version. I’ve noticed that all my grids have the same width (the width of the screen).
The grid option $opt[“width”] = “600”; is completely ignored. No problem instead for grid height.
1 Answers
You can set:
$opt[“responsive”] = false;
OR to change for all at once, you can edit lib/inc/jqgrid_dist.php and change:
$grid[“responsive”] = false;
Your Answer