Hello,
I have two tabs on one site, both have the similar headlines in the same order and when I switch in one tab from one panel to another it synchronizes. That works fine via tabclick event and the select method.
Each tab has three entries, each entry has a grid in it. A problem occurs, when one grid on the second or third has more data then can be displayed in the fixed height of the grid, because the vertical scrollbar is not displayed. I have tried to invoke the render function of the grid (for all grids) once the tab is changed (I have tried tabclick, selected and selecting. The only time it seems to work, when I switch to the tab on the upper tab and the longer grid is in the lower tab. If I click the same tab in the lower grid, the rendering does not work, because the scrollbar does not appear.
If the longer grid is in the first tab, it is initially displayed correctly as in your Nasdaq example. The problem appears in Firefox and IE.
Any ideas what tab event I should use to rerender the grids or a complete different idea?
Regards
Klaus