Questions tagged [tabcontainer]
205 questions
1
vote
1 answer
jqGrid in tab is disappearing after tab change in ajax tab container
I'm using Ajax tabcontainer with jqGrid.
I have two tabs.
jqGrid of tab1 is loaded when the aspx page is loaded.
For tab2, the button click event will change the activetabindex to 1, and then load the data
But now when I click back on tab1, the tab…

Ajinkya Jadhav
- 13
- 2
1
vote
2 answers
Dojo addOnLoad fires before widget loaded in FireFox
I am using both IE and Firefox for testing. The Dojo addOnLoad works for both browsers BUT for Firefox, it fires before my Dojo TabContainer is initialised. For IE, it is working fine. Is there any other Dojo / Javascript / jQuery method to…

newtodatatables
- 95
- 4
- 13
1
vote
3 answers
Maintaining TabContainer active tab after postback from within the tabs (with AutoPostBack='false')
I have an AjaxToolkit TabContainer control with a number TabPanels. Each TabPanel has a different UserControl in it to display some information. Some of these UserControls have either a LinkButton or a GridView with a command button in them. The…

David
- 1,940
- 3
- 17
- 30
1
vote
1 answer
Dojo query on specific ContentPane in TabContainer
I have a TabContainer with different tabs (ContentPanes). I am loading each type dynamically when the user selects something from a tree. I would like to be able to run a certain JS function on the newly loaded ContentPane/Tab. So something in this…

Ayyoudy
- 3,641
- 11
- 47
- 65
1
vote
3 answers
How do you test whether a tab is active with dojo tabs
How do you test whether a tab is active or not with a dojo tab container? (In JQuery this is simple... you can use something like this
if($("#accordion").accordion('option', 'active') == mytabNumber){
With dojo's, dijit.layout.TabContainer …

lance
- 43
- 1
- 9
1
vote
1 answer
Linking to a specific tab / contentpane with Dojo
I want to navigate from a link on a html site to another where a TabContainer with two different tabs is located.
I have one tab selected by default (which I want to keep) in the destination html file.
How do I have to put the link so that this is…

TTP
- 31
- 2
1
vote
1 answer
Ajax Control Toolkit TabContainer shows more than one Tab when at least one tab is hidden
I'm having a problem with the AjaxControlToolkit TabContainer Control.
I apologize in advance for not submitting any code, but since the code is company property, i have no authority to post it anywhere.
The problem is as follows:
I have a…

Aleksandar Trajkov
- 465
- 6
- 20
1
vote
1 answer
Navigating and adding to what's in a TabItem
I have a specific and perhaps unusual problem involving building a GUI in Fyne. My application is Tabbed; aka first thing in the window is a TabContainer. All other widgets to be placed in the application are placed dynamically, at the direction of…

Scott M
- 684
- 7
- 14
1
vote
1 answer
dijit tabcontainer how do I hide a tab?
I can't figure out how to hide a tab in a tab container. What I've tried so far does not work.
The result of the code below is that what was in the tab is not shown but the tab itself is till there. It doesn't seem to hide the tab.
I want the…

techdog
- 1,451
- 3
- 19
- 38
1
vote
1 answer
Button, UpdatePanel and MasterPage
I have asp.net application and a TabContainer from AjaxControlToolkit on a form. There are 4 tabs, each containing UpdatePanel, hidden button and some custom .ascx (each with it's own javascript file). Buttons are triggers for panels to update the…

MonkeyDeveloper
- 173
- 5
1
vote
1 answer
Is it possible to hide the Tab Strip on an ajax TabContainer?
Suppose I have an ajax TabContainer with two tabs. Due to certain buisness logic, we might set one of the tabs to Visible = false.
In this scenario, is it possible to hide the TabStrip at the top, so that they don't see only one tab?

Jim B
- 8,344
- 10
- 49
- 77
1
vote
1 answer
Conditionally Display TabPanels?
Just wondering if this is possible or not:
Say I've got a TabContainer with 2 panels in there. In most situations, I'd want the user to have the ability to select which tab to view.
Now, in a handful of scenarios, one of those TabPanels will not be…

Jim B
- 8,344
- 10
- 49
- 77
1
vote
1 answer
ValidatorCalloutExtender containing TabContainer/TabPanels?
I have a TabContainer with three pages of input fields. For each TabPanel there's a set of ValidatorCalloutExtenders (one for every validator on the panel).
When I validate the page the validation only works as it should for the current panel. For…

Carl R
- 8,104
- 5
- 48
- 80
1
vote
0 answers
Migrating a Dojo 1.3 page to 1.9: custom BorderContainer does not show in TabContainer
I am migrating a very complicated Dojo 1.3 page to Dojo 1.9.3. One aspect that I'm struggling with is the following:

Nzall
- 3,439
- 5
- 29
- 59
1
vote
1 answer
Dojo tabcontainer add custom button in tablist
I’m using the DOJO framework and am wondering on how to add custom stuff in the "tabbar" of the Tabcontainer Widget?
I would like to add a button in there to create a new tab.
I followed this example:
require(["dijit/layout/TabContainer",…

chitzui
- 3,778
- 4
- 28
- 38