This is a migrated thread and some comments may be shown as answers.

Rad Window off screen scroll to top?

8 Answers 266 Views
Window
This is a migrated thread and some comments may be shown as answers.
Remi
Top achievements
Rank 2
Remi asked on 05 Oct 2009, 05:43 PM
Hello,

I have exprienced an issue with the Rad Window whereas, when its opened (using any method) and it appears partially off screen (outside of the browser window; maybe it loads at top or your browser window is minimized, etc.), you cannot scroll to see the top of the rad window; it's like hidden under the browser itself (favorites bar, menu bar, etc.). Is there a way to move the window or scroll to the top to see the full window (for example you might have a title or options like close, minimize, etc. in the window).

Anyone else have a similiar issue or a work around -- would be much appreciated and great!!

Thank you very much.

8 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 06 Oct 2009, 07:01 AM
Hello Remi,

How exactly do you open that RadWindow? You could try setting KeepInScreenBounds to true - when this property is enabled, it ensures that the RadWindow will be visible in the viewport when opened.

Regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Remi
Top achievements
Rank 2
answered on 06 Oct 2009, 05:33 PM
Thanks for the suggestion. We've tried the KeepInScreenBounds property and we're not having any luck.

We're opening the window via the RadWindowManager, radopen. We are not using the RadWindow OpenerElementId property; however, should KeepInScreenBounds work both ways?

Do you have any test samples and, or other things we can try?

Any further assistance is appreciated. Thank you.
0
Georgi Tunev
Telerik team
answered on 07 Oct 2009, 08:06 AM
Hello Remi,

Yes, KeepInScreenBounds should work in all cases. Please open a support ticket and send us a sample project that shows your implementation along with the problem itself. We will check it and do our best to help.


Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Remi
Top achievements
Rank 2
answered on 07 Oct 2009, 12:55 PM
Hello,

Thanks for the suggestions and confirmation, its appreciated. Wouldn't this be a property that someone would want defaulted to true? I'm not sure why anyone would want this property to be false? What would be the purporse? I'm curious.

We resolved the issue, we had to set this property to true in the RadWindowManager; whereas, it exists in both the RadWindow and RadWindowManager. When we applied it only to the window itself, it didn't work (did the property set on the window get over ridden?).

Thanks again.
0
Georgi Tunev
Telerik team
answered on 09 Oct 2009, 12:35 PM
Hello Remi,

The main idea behind this property being set to false, is that the control should not unnecessarily modify the developer's logic. Actually, in most scenarios, there is no need to enable this property.

As for the problem with setting this property to the manager, not to the window, I don't know what your exact setup is or how you open that window, so I cannot tell why the property didn't work when you set it to the RadWindow. If want (and if you have time of course), you could send me a sample project where this issue can be reproduced and I will check it.

Best wishes,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
DogBizPro
Top achievements
Rank 1
answered on 14 Oct 2014, 08:12 PM
We have a very similar issue. We have that set in the RadManager:

    <telerik:RadWindowManager ID="RadWindowManager1" AutoSize="true" KeepInScreenBounds="true" Modal="true" runat="server" Behaviors="Move,Close">    

Here is how we open the windows:

lnk.Attributes.Add("onclick", "openRadWindow('/ourradwindow.aspx?id=1'); return false;");


What do we do now?



0
Marin Bratanov
Telerik team
answered on 16 Oct 2014, 01:10 PM

Hi Stephanie,

I suggest we continue the discussion in your other thread on the same issue that I have already answered, as it contains more information on the matter: http://www.telerik.com/forums/radwindow-off-top-of-screen.


Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Anders
Top achievements
Rank 1
answered on 30 Aug 2017, 11:30 AM
Thanks for the top of setting KeepInScreenBounds="True" on the manager and not the windows!
Tags
Window
Asked by
Remi
Top achievements
Rank 2
Answers by
Georgi Tunev
Telerik team
Remi
Top achievements
Rank 2
DogBizPro
Top achievements
Rank 1
Marin Bratanov
Telerik team
Anders
Top achievements
Rank 1
Share this question
or