PDA

View Full Version : Tabs Not Working



waldav00
17 Apr 2008, 9:07 PM
I have a form with 5 tabs and two others with 3 tabs. Some of the tabs on each form have a grid/view. When the pages load, the tabs display at the bottom of the page and all elements from every page display on the screen. I have had to get around this by activating each tab from last to first when the pages load so that the tabs and their respective elements display properly. The problem with doing this is if I don't call the tab activates using the setTimeout javascript method, the views may not have refreshed yet and thus the scrollbars will not appear. This is causing me a lot of problems.

Any suggestions?