Hi,
I am using RadWindowManger and displaying a Modal Popup. I am trying to customize the look and feel onMouseDrag using the client side event OnClientDragStart. I click on the titlebar to move the window, and the control never returns back i am not able to click on any other part of the browser. This is the code i have added
I am using RadWindowManger and displaying a Modal Popup. I am trying to customize the look and feel onMouseDrag using the client side event OnClientDragStart. I click on the titlebar to move the window, and the control never returns back i am not able to click on any other part of the browser. This is the code i have added
<
telerik:RadWindowManager ID="RadWindowManager1" runat="server" EnableEmbeddedSkins="true" OnClientPageLoad="OnClientPageLoad" VisibleStatusbar="false" OnClientClose="OnClientClose" IconUrl="favicon.ico" OnClientDragStart="OnClientDragStart" OnClientDragEnd="OnClientDragEnd">
</telerik:RadWindowManager>
Please let me know if i am doing any thing wrong here. In the client side events i just have an alert statement.
Thanks,
Divya