My grid does not update its width until I press F5 (in desktop computer)

QuestionsMy grid does not update its width until I press F5 (in desktop computer)

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>

2 Answers
Abu Ghufran Staff answered 4 years ago

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.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Javier Albornoz (Jujuy-Argentina) answered 4 years ago

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!

Your Answer

10 + 16 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?