HelloTelerik Team,
I am using 2009.1.527.20 Telerik version of AJAX controls. I have used a RadWindow which on moving displays a white screen. However i was able to resolve the issue by implementing the resolution mentioned in one of the posts http://www.telerik.com/community/forums/aspnet-ajax/splitter/white-screen-when-moving-radwindow.aspx. After providing the resolution, i could see that in IE 7, the movement of RadWindow with mouse is not as smooth as in Firefox , also we can see flickering in the background sometimes when we move quickly, which is not present in Firefox. Please advice.
This is the code i have used to display the RadWindow.
var oWnd = radopen("ClientUpload.aspx" , null);
oWnd.setSize(500,350);
oWnd.set_modal(true);
oWnd.set_behaviors(Telerik.Web.UI.WindowBehaviors.Move +
Telerik.Web.UI.WindowBehaviors.Close );
I have implemented OnClientDragStart event handler as mentioned in the above posts.
Thanks,
Divya
I am using 2009.1.527.20 Telerik version of AJAX controls. I have used a RadWindow which on moving displays a white screen. However i was able to resolve the issue by implementing the resolution mentioned in one of the posts http://www.telerik.com/community/forums/aspnet-ajax/splitter/white-screen-when-moving-radwindow.aspx. After providing the resolution, i could see that in IE 7, the movement of RadWindow with mouse is not as smooth as in Firefox , also we can see flickering in the background sometimes when we move quickly, which is not present in Firefox. Please advice.
This is the code i have used to display the RadWindow.
var oWnd = radopen("ClientUpload.aspx" , null);
oWnd.setSize(500,350);
oWnd.set_modal(true);
oWnd.set_behaviors(Telerik.Web.UI.WindowBehaviors.Move +
Telerik.Web.UI.WindowBehaviors.Close );
I have implemented OnClientDragStart event handler as mentioned in the above posts.
Thanks,
Divya