Posted
on Jun 13, 2011
(permalink)
Hi,
I am working on an application where I am using telerik:RadTabStrip with sub tabs in it.
I click a top tab and it has 4 subtabs by default it will load data for the first subtab, it is ok. When I click 2nd or 3rd subtab for the first time then it is working too. The problem is this that when I click another tab (top tab) and the program loads data for that tab then I return to the First top tab it should load data for the first subtab and should highlight the first subtab, data is loading for the first sub tab as I get the 0 tab Index but the first sub tab is not getting highlighted and the 2nd or 3rd sub tab is highlighted as it was clicked last time.
My question is that when ever I switch tab the first sub tab should be highlighted and should load data for this tab. If it is not possible then I should be loading the data for that highlighted subtab (which was last clicked) how can I get the index of that last clicked subtab.