Hi,
I have a RadTabStrip control with 4 tabs in a asp.net page. In these tabs, 3 of them have child-tabs. And 1 of them doesn't have any child-tabs.
Based on the child-tab selection, on tab click event, I am adding the user control dynamically into a AJAXified panel;
The same thing with the one that doesn't have any child-tabs.
The user controls get loaded dynamically and that part of it works fine.
But, in case of the following scenario where,
I click on a tab with child tabs, the child tabs show up,
I click on one of the child tabs, its corresponding user control shows up.
Now when I click on the tab that has NO child tabs, the corresponding user control shows up.
But the child tabs from my previous tab selection are still being displayed.
I am expecting only the root level parent tabs to showup on the page and the child level tabs to go away
Any idea what could be happening. I appreciate any pointers to a solution.
Regards
-Athadu
I have a RadTabStrip control with 4 tabs in a asp.net page. In these tabs, 3 of them have child-tabs. And 1 of them doesn't have any child-tabs.
Based on the child-tab selection, on tab click event, I am adding the user control dynamically into a AJAXified panel;
The same thing with the one that doesn't have any child-tabs.
The user controls get loaded dynamically and that part of it works fine.
But, in case of the following scenario where,
I click on a tab with child tabs, the child tabs show up,
I click on one of the child tabs, its corresponding user control shows up.
Now when I click on the tab that has NO child tabs, the corresponding user control shows up.
But the child tabs from my previous tab selection are still being displayed.
I am expecting only the root level parent tabs to showup on the page and the child level tabs to go away
Any idea what could be happening. I appreciate any pointers to a solution.
Regards
-Athadu