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

Problems/Comments on Delete Dialog

5 Answers 102 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
jrit
Top achievements
Rank 1
jrit asked on 06 May 2008, 10:53 PM
There is a couple issues I've noticed with the delete dialog I wanted to make sure Telerik would be aware.
  1. If the height of the scheduler is set and at the same time OverflowBehavior="Expand" then it causes the delete dialog to only appear in the area at the top specified by the height. The delete dialog should follow the overflow behavior instead of the explicit height.
  2. It would be preferable if the position of the delete dialog was relative to the scroll position on the page instead of being directly in the middle of the schedule vertically because if it is showing 24 hours while overflow is expand then the delete dialog often occurs off of the visible area of the page.
If you are aware of a practical css workaround for #2 I'd like to know it.

Thanks for a great product!

5 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 10 May 2008, 03:10 PM
Hi,

Thank you for the feedback.

Number 1 looks more like a limitation, as we do not support setting Height when OverflowMode="Expand". It is not clear which of the two properties should be taken into account, as they conflict with each other. We will try to modify the delete confirmation, so it does not exceed the size of the actual content.

The second suggestion is very nice. We will include some additional logic to keep the dialog into view. I think that this will not be possible to fix with CSS, as the dialog is absolutely positioned with JavaScript.

Kind regards,
Tsvetomir Tsonev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Dan
Top achievements
Rank 1
answered on 12 Nov 2008, 12:54 PM
Hi guys,

I'm diggin up this issue (number 2) as it is still relevant. I have the appointment width set to 400px, and in weekview, if I were to delete an appointment on Monday, the confirm diaglog appears out of the viewing area, in the centre of the scheduler but not the centre of the screen. (I have allowed horizontal scrollbars on the browser). Any suggestions?

Dan.
0
T. Tsonev
Telerik team
answered on 14 Nov 2008, 12:18 PM
Hi Dan,

We will consider changing the default behavior, so the confirmation dialog is displayed inside the visible area, when possible. What you can do at the moment is to use the integrated horizontal scrolling of RadScheduler. You can do this by setting the ColumnWidth property to 400px in your case. This way only the scheduler will be scrolled, instead of the whole page. In this case, the confirmation dialog will be visible even when the scheduler is scrolled.

All the best,
Tsvetomir Tsonev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Chris
Top achievements
Rank 2
answered on 27 Mar 2009, 02:38 PM
Hi,
       I amusing the Q1 2009 Scheduler and I am running into the same issue the other person had (#2 the dialogs appearing in the centre of  scheduler which is not always in the visible portion of the screen). Did you have nay luck with finding a away to repostion the dialog ? Could we use some js in the OnReccuranceDialogShow Client event ? This would help for reccurances but not with the delete dialog.

Any help would be gratefully recieved.

Thanks

Chris
0
Peter
Telerik team
answered on 30 Mar 2009, 01:06 PM
Hello Chris,

I have checked on the status of this issue, but unfortunately we still haven't found a good solution to this which we can include in the Telerik assembly. This is a bit challenging problem but we will keep on investigating it.


Greetings,
Peter
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
jrit
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Dan
Top achievements
Rank 1
Chris
Top achievements
Rank 2
Peter
Telerik team
Share this question
or