Hi Abu, just noticed something when trying out the multi-tab page, if I set $grid["autowidth"] = true; the grid breaks our of the tabs on the right, setting it at 100% reduces the grid so unreadable.
Setting to 950 works but will look odd on different sized screens
Cheers
Gary
3 Answers
Try remove autowidth and set:
$opt["autoresize"] = true;
$grid->set_options($opt);
Also test it with latest build of jqgrid_dist.php
hi
is this as a version for mobile device already working and tested or should we wait until a mobile css is fully integrated?
best regards Mario
Your Answer