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

Flickering issue while movement of RadWindow

1 Answer 81 Views
Window
This is a migrated thread and some comments may be shown as answers.
Divya
Top achievements
Rank 1
Divya asked on 24 Jan 2011, 12:38 PM
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

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 27 Jan 2011, 08:39 AM
Hi Divya,

 I prepared a test page based on your explanations and tested it under IE7 and with the 2009.1.527 version of RadControls but unfortunately to no avail - I was not able to see the flickering you describe. Would you please examine my test page which is attached? In case you reproduce the problem with it, send us a video capture of the reproduction, otherwise let us know how to modify it in order to observe the issue. Once we are able to examine the problem on our side, we will do our best to help.

Best wishes,
Svetlina
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.
Tags
Window
Asked by
Divya
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or