Hello! I have a “little problem”. When I change the size of the browser on my desktop computer (being the width of a cell phone) the grid does not update its width until I press F5. The same is true in reverse. I have set “autosize” to true and “autowidth” too. Responsive is also true. Obviously from a cell phone I don’t have to press F5 because the grid adjusts properly to the width of the cell phone. The grid is inside a “div-pane” in a <div class = “tab-content”>. Will this be the “problem”? Is there any solution for this? I have a grid on another page that doesn’t have this problem (in that case I don’t use “tab-content”). That is, it adjusts correctly to the width of the browser.
Thank you in advance for the help.
<div class=”tab-content” >
<div id=”porEspecialidad” class=”tab-pane fade in active”>
<div class=”col-md-4″>
…
</div>
<div class=”col-md-8″>
<?php echo $gridPrestadores ;?>
</div>
</div>
Yes, this could be a problem of parent div. It looks like you are using older version. Please confirm it by checking version on header comments of lib/inc/jqgrid_dist.php file. Also let me know your order number so i can send you updated build.
The header comments of lib/inc/jqgrid_dist.php says:
PHP Grid Component
*
* @author Abu Ghufran <[email protected]> – http://www.phpgrid.org
* @version 2.6.3 build 20190926-0831
I am using the free version
Thanks for your help!