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

RadWindow with RadHtmlPlaceholder

1 Answer 41 Views
Window
This is a migrated thread and some comments may be shown as answers.
Software Support
Top achievements
Rank 1
Software Support asked on 28 Oct 2011, 07:27 PM
I have a RadWindow that has a RadHtmlPlaceholder inside.  The window is set to CanMove = false   and ResizeMode = NoResize, however when I click the header, as long as the mouse button is down, the RadHtmlPlaceholder goes blank.  It returns as soon as I let go of the mouse.

I understand the necessity for handleing the IFRAME when the window is moving, however since the window cannot move or be Resized, there is no reason to blank the IFRAME (RadHtmlPlaceholder).

What can I do to keep this from happening?

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 01 Nov 2011, 01:33 PM
Hi Bradford,

This is because the RadHtmlPlaceHolder is hidden when the RadWindow is dragged, because of performance issues. However, the drag starts on mouse down on the header of the RadWindow, and even though it is not movable, the base class is not aware of this and that is why the RadHtmlPlaceHolder flashes (it goes hidden).
Sorry for the caused inconvenience.

Best wishes,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
Window
Asked by
Software Support
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or