Not sure if this the right place to put this, but here it goes.
Hi, I'm using RadWindowManger in a DNN module and calling it up from the server side. However, when it pops up it stays at the center of the screen for a moment, but then pops up centered as if the scroll bar was all the way up. This is more noticeable when
the module is further down the page. To the user it will pop up for a moment then move outside of the scroll area if it's scrolled down far enough. Here's the server side code and .ascx code. The .ascx code is located at the very bottom of my .ascx if that
matters.
For telerik controls, you may seek advices at their forums. Normally, it can be a CSS issue. If you are in IE9 / Chrome or Firefox with Firebug, try press F12 to debug. See what CSS are applied to this popup.
mtewks
Member
431 Points
308 Posts
Telerik RadWindowManager Doesn't Center
Apr 26, 2012 08:02 PM|LINK
Not sure if this the right place to put this, but here it goes.
Hi, I'm using RadWindowManger in a DNN module and calling it up from the server side. However, when it pops up it stays at the center of the screen for a moment, but then pops up centered as if the scroll bar was all the way up. This is more noticeable when the module is further down the page. To the user it will pop up for a moment then move outside of the scroll area if it's scrolled down far enough. Here's the server side code and .ascx code. The .ascx code is located at the very bottom of my .ascx if that matters.
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" EnableShadow="true" KeepInScreenBounds="True"></telerik:RadWindowManager> <script type="text/javascript">function alertCallBackFn(arg) { }</script>RadWindowManager1.RadAlert("An error has occured!", 330, 100, "Error", "alertCallBackFn")naresh.jsohi
Member
4 Points
2 Posts
Re: Telerik RadWindowManager Doesn't Center
Apr 27, 2012 07:50 AM|LINK
http://demos.telerik.com/aspnet-ajax/window/examples/windowmanager/defaultcs.aspx
BU XI - MSFT
All-Star
22367 Points
2704 Posts
Microsoft
Re: Telerik RadWindowManager Doesn't Center
Apr 30, 2012 07:58 AM|LINK
Hello
For telerik controls, you may seek advices at their forums. Normally, it can be a CSS issue. If you are in IE9 / Chrome or Firefox with Firebug, try press F12 to debug. See what CSS are applied to this popup.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework