Telerik RadWindowManager Doesn't Center http://forums.asp.net/t/1797467.aspx/1?Telerik+RadWindowManager+Doesn+t+Center+Mon, 30 Apr 2012 07:58:06 -040017974674953661http://forums.asp.net/p/1797467/4953661.aspx/1?Telerik+RadWindowManager+Doesn+t+Center+Telerik RadWindowManager Doesn't Center <p>Not sure if this the right place to put this, but here it goes.</p> <p>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.</p> <pre class="prettyprint">&lt;telerik:RadWindowManager ID=&quot;RadWindowManager1&quot; runat=&quot;server&quot; EnableShadow=&quot;true&quot; KeepInScreenBounds=&quot;True&quot;&gt;&lt;/telerik:RadWindowManager&gt; &lt;script type=&quot;text/javascript&quot;&gt;function alertCallBackFn(arg) { }&lt;/script&gt;</pre> <p></p> <pre class="prettyprint">RadWindowManager1.RadAlert("An error has occured!", 330, 100, "Error", "alertCallBackFn")</pre> <p><br> <br> </p> 2012-04-26T20:02:59-04:004954364http://forums.asp.net/p/1797467/4954364.aspx/1?Re+Telerik+RadWindowManager+Doesn+t+Center+Re: Telerik RadWindowManager Doesn't Center <p>http://demos.telerik.com/aspnet-ajax/window/examples/windowmanager/defaultcs.aspx</p> 2012-04-27T07:50:45-04:004957703http://forums.asp.net/p/1797467/4957703.aspx/1?Re+Telerik+RadWindowManager+Doesn+t+Center+Re: Telerik RadWindowManager Doesn't Center <p>Hello</p> <p>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.</p> 2012-04-30T07:58:06-04:00