Posted 26 Oct 2010 Link to this post
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.
Posted 28 Oct 2010 Link to this post
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: