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

radWindow doesn't open on radTabStrip

4 Answers 86 Views
Window
This is a migrated thread and some comments may be shown as answers.
Markus
Top achievements
Rank 1
Markus asked on 08 May 2008, 12:00 PM
I use radTabStrip with radMultiPage and some radPageViews for each tab.

Since I use RenderSelectedPageOnly="true" the radWindow no more opens when I click on a control which is assigned with OpenerElementID to open a radWindow.

On first start the radWindows open but frist time I change to another tab I can't open the radWindows, I think it has something to do with "RenderSelectedPageOnly", before I use the property every thing worked fine.

I also tried to add the windows dynamically on "TabClick", but it also doesn't work.

What is the problem here and how can I solve it?

4 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 09 May 2008, 03:10 PM
Hello Markus,

I would recommend not to use the OpenerElementId property in such scenario - it is intended to be used in simple scenarios only when you want to open a RadWindow popup by clicking on some element.

In cases where there is a more complex logic, I strongly recommend to use either the Client-Side or the Server-Side API for opening the RadWindow.
More information on how to set various server and client side properties is available in the documentation, section Controls / RadWindow / Programming.



Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Markus
Top achievements
Rank 1
answered on 13 May 2008, 09:30 AM
Hello!

Thanks for help I get it work now with client side API.

Regards Markus
0
Kenneth Mazur
Top achievements
Rank 1
answered on 24 Oct 2009, 08:18 AM
Did you ever get this to work.  I'm having trouble with a similar scenario.  I have two TabStrips, one across the top and one along the left hand side.  They both hide/show RadWindows opened from a RadWindowManager.  Sticky part is the left hand TabStrips Tabs are generated dynamically and when they get clicked, they are opening up the RadWindows of the top TabStrip.

Thanks
Ken
0
Georgi Tunev
Telerik team
answered on 26 Oct 2009, 11:53 AM
Hi Kenneth,

Please open a support ticket and send us a sample project that shows your implementation and the problem itself. This way we will have a better view over your exact setup and logic and we will do our best to provide you with a solution.



Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
Markus
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Markus
Top achievements
Rank 1
Kenneth Mazur
Top achievements
Rank 1
Share this question
or