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

[Solved] Scheduler Height + Scrollbar

1 Answer 219 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sean Overman
Top achievements
Rank 1
Sean Overman asked on 16 Oct 2009, 06:16 PM
I have a scheduler control that is filling the whole visible window (100% width and 100% height).

The problem I'm having is in "24 hour view", if you attempt to delete an appointment, its very possible that the confirmation dialog will not be visible, and you have to "scroll" the BROWSER to act on that dialog.

I would like to use the internal SCHEDULER scrollbar, but cannot seem to make it work.  When I set the OverflowBehavior property to "Scroll" the scrollbar appears, but is disabled when the visible window has a % in the height property.  Using a "fixed" height solves that problem, but then I cant "fill" the window with the scheduler control.

Either that, or how can I make the confirmation dialog Centered on the visible browser window, instead of the centered inside of the scheduler.

Video Example of this



Any suggestions?

Thanks,

Sean


1 Answer, 1 is accepted

Sort by
0
Accepted
Genady Sergeev
Telerik team
answered on 22 Oct 2009, 01:04 PM
Hi Sean Overman,

This is bug in the RadScheduler that we have already logged into our bug-tracking system.

There is a workaround that you can use, unfortunately it is not cross browser, it works for all browsers except for IE 6. The workaround is as follows:

.RadScheduler .rsModalWrapper div.rsModalDialog
       {
           position:fixed;
           top:33% !important;
       }

This will position the delete pop-up in the center of the visible area.

Best wishes,
Genady Sergeev
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.
Tags
Scheduler
Asked by
Sean Overman
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or