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

RadWindow appears and disapears strangely after

3 Answers 103 Views
Window
This is a migrated thread and some comments may be shown as answers.
Suzi
Top achievements
Rank 1
Suzi asked on 07 Oct 2008, 08:38 AM
Hi,

I have a strange problem. I have a website with several radwindows and radWindowManager. The radWindows appears when I click on links. Sometimes, strangely, they appears quickly and disapears immediatly when I click on links. I don't understand why.  I have no javascript errors. Do you have an idea of this kind of problem ?

Thank you in advance, 

3 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 07 Oct 2008, 10:16 AM
Hi Suzi,

Do you open the windows from a postback element (asp:button / asp:linkbutton for example)? If this is so, you need to cancel the postback - onclientclick="openWin(); return false;".



Regards,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Thien Pham
Top achievements
Rank 1
answered on 08 Nov 2008, 04:50 PM
Do you place "openWin(); return false;" for the Button/Link onclientclick?

I have 3 RadWindows, once I closed one RadWindow, then click on a link to open the 2nd RadWindow, the first one appears again?  Is this similar to the postback?
0
Georgi Tunev
Telerik team
answered on 10 Nov 2008, 09:48 AM
Hi Thien,

Yes, this should be done in the OnClientClick eventhandler. As for the problem that you experience, I need to have a better view over your case and exact setup. Could you please open a support ticket and send me a sample project?

Thank you in advance for your cooperation.



All the best,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Suzi
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Thien Pham
Top achievements
Rank 1
Share this question
or