Hi,
I have radTabStrip and radPageView on my page. I also use radWindows. Some of my tabs open radWindow and some just change PageViews page.
Problem is when i click tab that opens window it stays selected and i cant click it again when closed the window. If i click some other tab first then it works just fine.
I tried to unselect clicked tab in OnTabSelecting. It works fine, it opens window and then unselects tab. But then i have javascript that have to execute when i leave one specific tab. That code is in OnClientTabUnSelected and doesnt get executed.
Any ideas how to accomplish that?
-Arsi
I have radTabStrip and radPageView on my page. I also use radWindows. Some of my tabs open radWindow and some just change PageViews page.
Problem is when i click tab that opens window it stays selected and i cant click it again when closed the window. If i click some other tab first then it works just fine.
I tried to unselect clicked tab in OnTabSelecting. It works fine, it opens window and then unselects tab. But then i have javascript that have to execute when i leave one specific tab. That code is in OnClientTabUnSelected and doesnt get executed.
Any ideas how to accomplish that?
-Arsi