Hi -
I've searched the archives and haven't quite found the answer to this. I have a tab container with 2 tabs, each tab has a grid on it. Whichever tab I set to be the default tab does properly show the grid, but when I click to the other tab, the grid does not appear. Another developer confirmed he had the same issue, and he fixed it, but couldn't remember how. :-|
I would post the code, but for some reason it doesn't display, even with the code tags. The page is at http://www.stanford.edu/~dianan/hfs/index2.html.
Any help appreciated, thanks.
-Diana

Same problem
Did you ever find a resolution to this problem. I'm expreincing the same issue and can't see to determine the problem.
Thanks,
Scott
Grid, tree not showing in tab of a TabContainer
I've a slightly different problem with TabContainer.
I also have two tabs(tab1_1 and tab1_2) in my TabContainer(tabcontainer1). In tab1_1 selected="true", within tab1_1 I have a dijit.layout.SplitContainer(split1) with orientation="horizontal"
on the left side of the SplitContainer(split1), a tree is being built dynamically at load time.
And on the right side of the SplitContainer(split1), I have another TabContainer(tabcontainer2) with two tabs(tab2_1 and tab2_2). In tab2_1 there is another dijit.layout.SplitContainer(split2) with orientation="vertical" and there is a grid in each of the ContentPane (top pane and bottom pane).
In tab1_2 and tab2-1 there is just some text being displayed.
Two problems I'm seeing:
1) The tree and grids are not showing in tab1_1 when the widgets are finished loading. However, if I click on tab1_2 then click on tab1_1 again then the tree will appears not the grids. Now if I click on tab2_2 then click on tab2_1 the grids will appear in both top and bottom panes.
2) Another interesting behavior is that each time I click on tab2_2 then click back on tab2_1 the bottom grid gets pushed down a little farther toward the bottom of the screen.
I hope I'm explaining this clearly :-)
Thank you
This post may solve your problems
Hi guys,
Had similar problem, I think this post may help your solve your problems:
http://dojotoolkit.org/forum/dijit-dijit-0-9/dijit-support/tabcontainer-...
David
This post may solve your problems
Hi guys,
Had similar problem, I think this post may help you solve your problems:
http://dojotoolkit.org/forum/dijit-dijit-0-9/dijit-support/tabcontainer-...
David