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

White screen when moving radwindow

1 Answer 56 Views
Window
This is a migrated thread and some comments may be shown as answers.
ss
Top achievements
Rank 1
ss asked on 26 Oct 2010, 03:34 PM

Hello,

  

I have following code:

01.RadWindow window = new RadWindow();
02.RadHtmlPlaceholder htmlPlaceholder = new RadHtmlPlaceholder();
03.htmlPlaceholder.SourceUrl = new Uri("http://localhost:55906/TextEditor.aspx");
04.window.Content = htmlPlaceholder;

When I moving RadWindow, RadWindow screen is white. I need always to see RadWindow screen.


Can you please help me?


Thank you.

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 28 Oct 2010, 09:47 AM
Hello,

Could you please specify what do you mean by saying "RadWindow screen is white"? Also, I would suggest you to refer to the following links:

  1. our online demo about RadWindow and HtmlPlaceHolder - http://demos.telerik.com/silverlight/#HtmlPlaceholder/WindowIntegration 
  2. Out online documentation - http://www.telerik.com/help/silverlight/radhtmlplaceholder-howto-radwindowintegration.html

I hope this helps!


Kind regards,
George
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Window
Asked by
ss
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or