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

RadPageLayout detects wrong screensize and viewport in case of RadWindow

1 Answer 91 Views
PageLayout
This is a migrated thread and some comments may be shown as answers.
Sunil
Top achievements
Rank 1
Sunil asked on 16 Sep 2016, 09:42 AM

Hi Telerik Team,

I am using RadPageLayout to make pages responsive.Every page works fine except one case i.e When a Page is Opened in RadWindow. Actually it is detecting wrong Resolution/View port. I have read about Viewport breakpoints on http://docs.telerik.com/devtools/aspnet-ajax/controls/pagelayout/creating-responsive-design/viewport-breakpoints  and it Says:

Device type            Resolution     
 xs                          max-width: 360px 
sm                          min-width: 361px / max-width: 768px
md                          min-width: 769px / max-width: 1024px
lg                            min-width: 1025px / max-width: 1280px lg
xl                            min-width: 1281px extra large resolutions

but It seems that RadWindow does not follow these above breakpoints. I have noticed the breakpoints (in case of RadWindow) as below: 

Device type            Resolution    

xs         max-width: 376px
sm       min-width: 377px / max-width: 784px
md      min-width: 785px / max-width: 1040px
lg         min-width: 1041px / max-width: 1296px
xl         min-width: 1297px

Is there a way to fix this issue ?

Thank you

Sunil

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 20 Sep 2016, 03:16 PM
Hello,

Can you provide us the code which you are using so we would be able to reproduce the issue on our side on the exact same way as you are experiencing it, as the RadPageLyaout Demo is placed inside RadWindow and it works correctly.

Regards,
Bozhidar
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
PageLayout
Asked by
Sunil
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or