This question is locked. New answers and comments are not allowed.
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.