Why is does the RadGrid disappear when I click on or drag the Radwindow? Is there a way to eliminate this behavior?
<
telerik:RadWindowManager
ID
=
"RadWindowManager1"
runat
=
"server"
ShowContentDuringLoad
=
"false"
Width
=
"638px"
Height
=
"323px"
Top
=
"80px"
Left
=
"80px"
VisibleStatusbar
=
"False"
BorderStyle
=
"None"
BorderWidth
=
"1px"
InitialBehaviors
=
"Close, Move"
Animation
=
"None"
Behaviors
=
"Close, Move"
EnableViewState
=
"false"
InitialBehavior
=
"Close"
>
</
telerik:RadWindowManager
>
//Show RadWindow with
function
ShowWindow(Document) {
//Popup Window
top.radopen(Document,
"RadWindow1"
);
//Window within the Iframe
//window.radopen(Document, "RadWindow1");
return
false
;
}