Thanks in advance,
Francis.
4 Answers, 1 is accepted

Hi Francis,
I have already answered your other thread on a similar matter. If the case is the same please refer to the proposed solution there.
If this is a different scenario what I can suggest at this point, without any more information on your exact setup and logic, is that you wrap the JavaScript code that opens the RadWindows in a setTimeout() function with a timeout set to 0 (or another small amount), since from your second post it looks like giving the browser some time to finish the current thread fixes the problem.
If that is not the case please open a support ticket and send us a simple, fully runnable project that displays this behavior so that we can examine the situation.
Greetings,
Marin
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Francis

I was using the css property "display" to hide and show my div, but there was a property just done for that : visibility. By using this, my application take only a fraction of second to pop up and when I hide it, it doesn't close it, like "display" used to do.
Thanks for the support,
Francis