Hi,
I have a tabstrip with 2 levels of tabs - the main/root tabs and child tabs.
All tabs are dynamically built at runtime using client side code and web service calls.
See the attached screenshot for an example.
When the user clicks on the main tab, an associated diagram is displayed.
When the user clicks on a child tab, a sub-diagram is displayed.
This all works fine.
However, if a child tab has been selected (causing a sub-diagram to be displayed) and the user wants to go back to the main diagram, if they click on the main tab at this point no event is raised (since the main tab is already selected).
Is there anyway to force an event (preferably OnClientTabSelected) when the user clicks on an already selected main tab?
My thanks in advance for any advice.
Jim