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

RadScheduler - Change Advanced Form Size

8 Answers 167 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 30 Sep 2015, 09:00 AM

Hello,

I implemented an ASP.NET application that uses RadScheduler. So far so good, but my users requested me for a larger advanced insert / edit form.

Is there a way to change width and height of the Advanced Form?

 

Thanks in advance

Regards

Mike

 

8 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 05 Oct 2015, 06:48 AM
Hi,

When the AdvancedForm-Modal property is set to false, the advanced form is shown in the Scheduler container element, stretching to fit its dimensions. So the form will be as big as the Scheduler itself. When the form is set to be Modal, you it sets its Height automatically to fit the content (for example when you expand the Recurrence editor, the advanced form increases its height accordingly). The width can be set through the AdvancedForm-Width property of the Scheduler.

Regards,
Bozhidar
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
0
Mike
Top achievements
Rank 1
answered on 07 Oct 2015, 07:32 AM

Hi Bozhidar,

thanks for the explanation. I hadn't noticed the AdvancedForm-Width property, it solved my issue.

Regards

Mike

0
Mbott
Top achievements
Rank 1
answered on 09 Oct 2015, 03:20 PM

What about vertical scrolling?

If the height of the modal form is higher that the browser window, there is not scroll-bar available for users to get to the additional content below.

 

I tried editing the rsAdvancedEdit class, but wasn't able to get the overflow to scroll. 

0
Bozhidar
Telerik team
answered on 13 Oct 2015, 07:51 AM
Hi,

This was an issue with the advanced form, that we've fixed in the last official release. Could you try the Q3 2015 version of the controls and verify if the issue is resolved?

Regards,
Bozhidar
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
0
Mbott
Top achievements
Rank 1
answered on 13 Oct 2015, 12:31 PM
Thank you, I will get the latest build and see if that does the trick.  
0
Mbott
Top achievements
Rank 1
answered on 13 Oct 2015, 01:30 PM
Unfortunately the problem still exists even with the latest build.  Can you suggest a css style workaround I could try?
0
Bozhidar
Telerik team
answered on 16 Oct 2015, 07:51 AM
Hi,

I've attached a sample page demonstrating that the advanced form is automatically resizing to fit the available height. Here's also a video of the behavior on my end:
http://screencast.com/t/dpAhxpZDwNu8

If your sample differs in any way, causing the issue, please modify the sample and send it back so that we can investigate the problem.

Regards,
Bozhidar
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
0
Mbott
Top achievements
Rank 1
answered on 16 Oct 2015, 12:32 PM

Thank you. I was actually using the advance form template, as laid out in this example: ​

http://demos.telerik.com/aspnet-ajax/scheduler/examples/advancedformtemplate/defaultcs.aspx

Turns out I forgot to add the div with the class 'rsAdvOptionsScroll'  Once I added that to the page, it worked.

So I'm all good now. Thanks again for your help and response. :)

Tags
Scheduler
Asked by
Mike
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Mike
Top achievements
Rank 1
Mbott
Top achievements
Rank 1
Share this question
or