| JavaScript Document (8) Events (8) ExtJS (9) Strings (3) |
Grids in Ext.TabPanels
Question: My Ext.TabPanel has grids in each tab (2 tabs total) and only the grid on the first tab renders. The second tab stays empty. This is in the 'Ext Desktop' environment. If I minimize the controlling element and restore it to regular size, then the 2nd panel gets rendered.Answer: 1) Try property layoutOnTabChange : true - this is a property of the TabPanel. It worked in my case.2) I found this solution (?), which is actually more of a work-around. First portion does not work. Second version does work.
Comments:
| ||||||||||||||||||