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

Problem when radwindow show

1 Answer 123 Views
Window
This is a migrated thread and some comments may be shown as answers.
Alivya
Top achievements
Rank 1
Alivya asked on 18 Aug 2008, 05:54 AM
My english is poor,but I will do my best to make myself understood.When the radwindow is called to show,I can just see the content window.While I mouseover the titlebar or aound content window,the window will show fine.How can I do to resolve this.I called the radwindow to show by client code like this.
function getWindows() 
      { 
         $find("<%=RMILSWeb.ClientID%>").disable(); 
         //return MainRadWindow; 
         return $find("<%=RadWindow1.ClientID%>"); 
      } 
function btnReserve_Click() 
         { 
            getWindows().setUrl('DialogBox_Telerik/SelectPatronForReserve.aspx'); 
            getWindows().set_modal(true); 
            getWindows().setSize(300,120);  
            getWindows().setActive();  
            getWindows().set_behaviors(Telerik.Web.UI.WindowBehaviors.Move + Telerik.Web.UI.WindowBehaviors.Close );  
            getWindows().show(); 
         } 


1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 18 Aug 2008, 06:09 AM
Hi Alivya,

Your code is working fine and I cannot reproduce the problem on my side. Could you please open a support ticket and send me a small project where the problem can be reproduced? Just make sure that the project can be run and attach it to the ticket - I will check it and get back to you right away.



Sincerely yours,
Georgi Tunev
the Telerik team

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