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.