I would like to center the window. Can I do that may be in the code?
Maybe there is a center method ... RadWindowPopup.CenterMethode()?
Can you please give me a hint how I can do that.
And often in using CSS with me that would like a method best.
Regards Dani
Maybe there is a center method ... RadWindowPopup.CenterMethode()?
<
telerik:RadWindowManager
ID
=
"RadWindowManagerPopup"
runat
=
"server"
>
<
Windows
>
<
telerik:RadWindow
ID
=
"RadWindowPopup"
VisibleOnPageLoad
=
"true"
EnableShadow
=
"true"
Behaviors
=
"Close, Move"
AutoSize
=
"true"
runat
=
"server"
>
<
ContentTemplate
>
<
div
class
=
"popup"
>
<
div
class
=
"popup_l"
>
<
div
ID
=
"PopupIcon"
runat
=
"server"
></
div
>
</
div
>
<
div
class
=
"popup_r"
>
<
asp:Literal
ID
=
"UserMessage"
runat
=
"server"
></
asp:Literal
>
</
div
>
<
div
class
=
"clear popup_button"
>
<
asp:Button
ID
=
"Button"
runat
=
"server"
Text
=
"OK"
/>
</
div
>
</
div
>
</
ContentTemplate
>
</
telerik:RadWindow
>
</
Windows
>
</
telerik:RadWindowManager
>
Can you please give me a hint how I can do that.
And often in using CSS with me that would like a method best.
Regards Dani