Questions tagged [tabcontainer]
205 questions
2
votes
0 answers
AJAX Control Toolkit: TabPanel Visible=false causes other tab panels to show mixed content when changing ActiveTabIndex
I updated toolkit version from 30930 (Sep 2009) to 7.1213 (Dec 2013) on a project containing a complex implementation of TabContainer. Before the update I had no issue at all with that page and TabContainer in general, but as soon as I referenced…

Asimov
- 65
- 7
2
votes
2 answers
Tabcontainer behaves different from browser to browser
The following code works on IE8, Safari 4.0.2 - but generates an empty page on Firefox 3.5.5. Any idea ?

RooseH
- 23
- 2
2
votes
1 answer
how to add tabs Dynamically with dynamic content.?
Hi I want to add tabs dynamically using Jquery based on list coming from Database.Each tab content is also list.So when i am clicking on each tab only that tab content should be displayed. Iam able to add the tabs dynamically but all the tabs…

user2483037
- 21
- 4
2
votes
0 answers
Asp.net Ajax Tab Container and prompting to save when switching tabs
Okay so I have a page where we are using forms inside an Ajax Tab Container. I am clearing out the form fields when I change between tabs. I want to prompt the user to save any changes that may be on the page. This is working pretty good except…

j5juice
- 623
- 3
- 8
- 19
2
votes
1 answer
How to change tab using javascript in a tab container in Internet Explorer
I am using the Ajax toolkit tab container.
I have a javascript function which changes the active tab, which is working perfectly in firefox.However in IE, it does work, but the tab doesnt change untill all the javascript is executed e.g.
//do…

user1842675
- 261
- 4
- 10
2
votes
3 answers
ajaxToolkit:TabContainer confirm when adding tab
I want my ajaxToolkit:TabContainer to have a tabpanel that allows the user to add another tab. I only want it to postback when they have clicked the "+" tabpanel and no other.
I can't seem to stop the event bubbling in the Javascript:

Alex Driver
- 73
- 1
- 5
2
votes
3 answers
How do I get the height of a tabcontainer using jQuery or javascript?
I have a tabcontainer within an accordion.
If the tab I am on is shorter than the tab I switch to, I have to scroll to see the content on the new tab.
I want to be able to "catch" the height of the tabcontainer when I switch to it and resize the div…

Ben
- 4,281
- 8
- 62
- 103
2
votes
1 answer
Dojo TabContainer with styling in Internet Explorer
The following works in firefox:
< div style="position:absolute;top:0px;margin-top:60px;bottom:0px;width:100%">
< div id="mainTabContainer" dojoType="dijit.layout.TabContainer" style="width:100%;height:100%">
{% for row in tabContent %}
<…

humoeba
- 145
- 1
- 5
- 10
2
votes
1 answer
Lazy loading tabs with user controls
I want to use lazy loading of tabs in AJAX tab container. I have implemented it. But the problem that I am facing is that when I click a button or fire any event in that user control, it is not fired; nothing happens.

user1509
- 1,151
- 5
- 17
- 45
1
vote
1 answer
Dojo TabContainer vertical scroll or slide
I am working on tabcontainer which have a large number of tabs, and the tabposition is left,
is there a way to enable a vertical scroll or slide for the tabs?
I searched and only the horizontal slider appear when the tabposition is top
Best Regards

Firas Abd Alaziz
- 33
- 6
1
vote
1 answer
Setting Selected Style in AJAX Control Toolkit - TabContainer
I am using a tabContainer in my page, and I have set the HeaderTemplete - e.g:
…

Bhaskar
- 10,537
- 6
- 53
- 64
1
vote
3 answers
EnhancedGrid in a TabContainer not working
I've been beating my head against the wall on this one for a while.
I've done a ton of google searches and I think that I've set it up correctly, but it doesn't work.
I have an enhancedGrid on top and a tabContainer on the bottom.
The idea is to…

Chris Dowden
- 13
- 4
1
vote
1 answer
DOMException with dojo, dgrid, TabContainer, and JsonRest
This drove me crazy for a weekend, and although I found what seems to be a workable solution, my question is whether there is something fundamental about using Dojo/Dijit that I'm missing.
Here's the problem: Whenever I create page in which a dgrid…

jason0x43
- 3,363
- 1
- 16
- 15
1
vote
3 answers
Confirmation on switching between tabs
I have two tabitems. User will enter some data and save it on the first tab. The second tab lists the saved data. What I need is when the user select the second tab before saving data in first tab a confirmation message box with Yes, No and Cancel…

Sauron
- 16,668
- 41
- 122
- 174
1
vote
1 answer
Dojo TabContainer sizing
I'm currently using a TabContainer containing several ContentPanes in dojo. The content is generated during page generation, and does not change after that. Is there any way to force certain tabs to resize the TabContainer to prevent the user from…

Ashton K
- 875
- 1
- 8
- 18