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

Scheduler Confirmation Delete Position

3 Answers 80 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Bermo
Top achievements
Rank 1
Bermo asked on 01 Mar 2010, 03:38 PM
Hi,

Is it possible to make the confirmation delete box to be displayed just beside the appointment to delete?
Because if I have a scheduler page that is in full view (24 hrs) and I try to delete the meeting in 11pm, the confirmation box is in the center of the scheduler.

And some users are lazy to scroll up to just to click on Ok button.

Thanks,
Bermo

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 04 Mar 2010, 04:17 PM
Hello Bermo,

Thank you for this question. Currently, this is not possible, but we will consider your suggestion.


Cheers,
Peter
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
0
Mayur
Top achievements
Rank 1
answered on 11 Oct 2011, 04:34 PM
Hi,

Is any solution provided on this now?

we are using version "2011.1.519.40" of the dll Telerik.web.ui.


Thanks.
Mayur
0
Peter
Telerik team
answered on 14 Oct 2011, 02:24 PM
Hello Mayur,

In general you can control the position of the delete confirmation dialog via CSS:
<style type="text/css">
   .rsModalDialog
   {
       top:0px !important;
       left:0px !important;   
   }
   </style>

But I am not sure how this can be achieved dynamically on per appointment base.

Kind regards, Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Scheduler
Asked by
Bermo
Top achievements
Rank 1
Answers by
Peter
Telerik team
Mayur
Top achievements
Rank 1
Share this question
or