This is a migrated thread and some comments may be shown as answers.

Unselecting all tabs

2 Answers 123 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Arsi Halttunen
Top achievements
Rank 2
Arsi Halttunen asked on 01 Aug 2008, 08:07 AM
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

2 Answers, 1 is accepted

Sort by
0
Accepted
Paul
Telerik team
answered on 01 Aug 2008, 08:25 AM
Hello Arsi,

We are not quite sure if we clearly understand your scenario. Still, you can set the ClickSelectedTab property of the tabstrip to true and see if that will help in your case.

If the above suggestion is not applicable, it will be best if you can open a support ticket and send us a simple running project (incl. your custom skin, CSS, images, DB backup if needed and so on) demonstrating the problem (and step-by-step instructions on doing so). In that way we can reproduce and pinpoint the problems you're facing on our side, understand the logic of your application and provide a solution.

Sincerely yours,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Arsi Halttunen
Top achievements
Rank 2
answered on 01 Aug 2008, 08:35 AM
Hi,

First of all thanks for quick reply!

ClickSelectedTab is just what i was looking for. I just tryed to do it too complex way.

Thanks again for solving my problem.

-Arsi
Tags
TabStrip
Asked by
Arsi Halttunen
Top achievements
Rank 2
Answers by
Paul
Telerik team
Arsi Halttunen
Top achievements
Rank 2
Share this question
or