Hi,
I have one small problem with RadWindows positions. When I set window position and Modal = true then window appears on center ,not on my seted position
there is my code
Thanks in addition.
I have one small problem with RadWindows positions. When I set window position and Modal = true then window appears on center ,not on my seted position
there is my code
| <telerik:RadWindowManager ID = "RadWindowmanager1" runat = "server" |
| Modal = "true" Skin = "eApskaitaWindow" EnableEmbeddedSkins="False" Top = "23px"> |
| <Windows> |
| <telerik:RadWindow ID = "RemindWindow" Behavior="Move, Resize, Close" Height="150px" |
| Width = "500px" runat="server" VisibleStatusbar ="false" VisibleTitlebar = "true" > |
| </telerik:RadWindow> |
| </Windows> |
| </telerik:RadWindowManager> |
Thanks in addition.