PagingToolBar does not display if rendered hidden?
PagingToolBar does not display if rendered hidden?
Hello Community,
in my application there are several tabs, added on application startup.
Each tab contains a grid with a pagingtoolbar. But only the PagingToolBar on the initial active item of
the tab panel is visible.
Is this a known bug, or did this behavior occur because i use gxt3 in a weired way?
I ran into the same problem with Sencha GXT 3.0. The PagingToolBar does not appear when the Grid is placed into a panel that is not initially displayed. For example, I had my Grid in a panel that was later displayed via a CardLayoutContainer.
I looked at the DOM using FireBug, and the PagingToolBar is there in the DOM. Unfortunately, it is not visible to the user. I worked around this problem by calling forceLayout() on the containing panel of the Grid. Hope this helps.