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

Advance Form Screen Adjust

1 Answer 41 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Mehmet
Top achievements
Rank 1
Mehmet asked on 26 Aug 2015, 12:54 AM

Hi,

Once the advance form is loaded on the page that needs to re-adjust itself to be able to see all the control regardless the screen resolution.

My form is "kinda" big as it contains controls on it so It would be good to be able to scroll down the screen while typing on it and trying to reach out other controls on it.

I am running the following script onLoad - However it sometimes doesn't allow me to scroll it down or to see the Close button at the top at least.

1.window.setTimeout(
2.                   function () {
3.                       var oWnd = GetRadWindow();
4.                       oWnd.SetWidth(document.body.scrollWidth + 4);
5.                       oWnd.SetHeight(document.body.scrollHeight + 70);
6. 
7.                   }, 400);

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 27 Aug 2015, 07:15 AM
Hello,

In such cases we recommend using the Advanced form template. You can also consider using the Adaptive behavior.

Regards,
Plamen
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Scheduler
Asked by
Mehmet
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or