DHTMLXGrid Paging not visible in popup

We are using dhtmlxGrid v3.0 in our web application, originally using only smart rendering, and now switching over to use paging. But I have noticed an issue when the grid appears on popup_container paging is not initially visible. When the user clicked on grid header for sorting, the grid displays properly with paging . When I inspect with Firebug, I see that the paging panel is there, but the div has width set to 0px, so it doesn’t show.

Any advice on how to fix this problem would be appreciated.

Thanks.

Pleas,e try to call the
mygrid.setSizes();
method after the paging enabling.

Thanks for your reply, But that not worked for me. Can you please suggest any other solution.

Could you please, provide with a complete demo, where the problem can be reconstructed locally, so I can suggest the proper solution.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/tutorials__auxil … pport.html