Questions tagged [tabcontainer]
205 questions
3
votes
2 answers
ASP.AJAX TabContainer/TabPanel Customisation
Is it possible to set the position of the tabs to be at the bottom of the tabcontainer using the AjaxToolkit? You do have some control over the CSS but I'm not au-fait enough with CSS to see whether it's feasible?
Thanks

Gordon Thompson
- 4,764
- 8
- 48
- 62
3
votes
1 answer
Prevent page reload on an AJAX TabContainer when AutoPostBack = true?
Is this possible? I've got an AJAX TabContainer, and 3 tabs in the container. On Tab #2, I've got a checkbox that, when checked, enables a textbox. When the checkbox is unchecked, the textbox should be disabled.
I've got this code in my ASP…

Johnny Bones
- 8,786
- 7
- 52
- 117
3
votes
3 answers
How to get active tab index from TabContainer
Currently I am using this line of code in my JavaScript
var tabIndex = $(':focus').attr('tabIndex');
However this constantly fails to get the active index.
Here is asp:TabContainer header in case this helps. I have also tried…

NealR
- 10,189
- 61
- 159
- 299
3
votes
0 answers
Duplicate IDs rendered in ASP.NET AJAX TabPanel
I have two user controls (.ascx) in which I have an ASP.NET AJAX TabContainer control, each with two or three tabs (TabPanels). I use these controls in around 10 websites. All have worked fine, except the latest three websites. In those three, the…

Bryan B
- 720
- 6
- 16
2
votes
1 answer
Dojo: TabContainer - how to place menu button in the header?
is it possible to place a button in TabContainer header on the left side ?
I want to place it next to First Tab.
Thanks for help :)

Sebastian Dusza
- 2,470
- 2
- 30
- 54
2
votes
1 answer
AJAX Tabcontainer inside formview not inserting values
I have a TabContainer inside a data bound FormView (to present the information by category ex: Client Bio data, health history, financial details...). The Update and Insert of the formView doesn't work (posting NULL values to the database) - I guess…
Jeewai
2
votes
2 answers
ExtJS. Fit Grid Width into a Panel
I'm very new on ExtJs and I can't solve a problem.
I have a grid that it is adjusted to its panel container (layout:fit) but when I colapse the panel, the grid doesn't adjust to the new Width. If I'm not mistaken, ExtJs can do this…

Juan Ramón
- 188
- 1
- 2
- 10
2
votes
2 answers
Positioning tabs in TabContainer
I'm working with ajaxtoolkit:TabContainer.
I need to add two tabs (which i can do) but i need one of the tab headers in the far left and the other in the far right.
I've been playing with CSS (float:left; etc;) but i can't separate them! They…

mcabral
- 3,524
- 1
- 25
- 42
2
votes
1 answer
Bound TabControl Repeats Same Content Or Controls Across Tabs
In the example below when data is bound to the tab control, it correctly has the tab headers per the data, but the tab content is always the same; and the last item bound to.
"Frank Wright"'s "Wright" is on every page.
What is wrong? One expects…

ΩmegaMan
- 29,542
- 12
- 100
- 122
2
votes
1 answer
AjaxControl Tool kit TabContainer visibility issues
I am developing the website in .NET 3.5, VS 2008.
I have a AjaxControlToolkit TabContainer control within Tabpanels I have many usercontrols and inside usercontrol I have my thrid paty Spell Check Utility, while rendering(Page load) the page many…

Chetan
- 1,517
- 3
- 17
- 25
2
votes
2 answers
How do I stop dijit.layout.TabContainer from switching tabs, based on the state of the data in the tab?
I know how to disable tabs, etc.
This is about preventing an onclick event from switching to an active tab, if the user hasn't met a condition.
Is there a function that I can connect to that will pass me an event I can use dojo.stopEvent() on?

Biren
- 31
- 4
2
votes
2 answers
Xpages getComponent inside iFrame from parent webpage
We have built an Xpage application with a tabbed container inside.
The first page of the tab container holds a view, when clicked on a document inside this view, a new tab with the corresponding document is added to the tabcontainer. This new…

Kraeven
- 21
- 4
2
votes
2 answers
Why does Dojo Tab Container work only on browser resize
I have a tab container with 3 content panes which loads only when browser is re sized but not during actual page load..The template file TContainer.html is as follows

meteor
- 2,518
- 4
- 38
- 52
2
votes
1 answer
Ajax TabContainer causing browser to close automatically
I am trying to fix an issue. I have an ASP.NET Ajax's TabContainer on the page. And each tab there is a gridview control that gets binded onload. However for some reason the browser gets closed automatically after the page renders. If I remove the…

user153410
- 863
- 1
- 11
- 19
2
votes
1 answer
Enable tabpanel in tabcontainer
I have a tabcontainer with two tabs. The first tab contains a textbox, while the second tab contains a panel.
I want the second tab to be disabled at first page load, and I want it to become enabled as soon as the user enters an input in the textbox…

Mayou
- 8,498
- 16
- 59
- 98