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

Scheduler Confirmation Delete Position

2 Answers 44 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Mayur
Top achievements
Rank 1
Mayur asked on 13 Oct 2011, 09:22 AM

Posted on Mar 1, 2010 (permalink)

Hi,

Is it possible to make the confirmation delete box to be displayed just beside the appointment to delete or at center of the screen?
Because if I have a scheduler page that is in full view (24 hrs) and I try to delete the meeting at 8AM, the confirmation box is in the center of the scheduler and we have to Scroll it down to click on OK.

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


Thanks,
Mayur

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 13 Oct 2011, 10:59 AM
Hello Mayur,

You can control the positioning of the confirm dialog with the following CSS.
CSS:
<style type="text/css">
.rsModalDialog
{
  top: 50px !important;    
}
</style>

Thanks,
Princy.
0
Mayur
Top achievements
Rank 1
answered on 13 Oct 2011, 01:51 PM
Hi Princy,


Thanks for the reply.

Its working, but what if my appointment is at the bottom? It displays the dialog on Top and for which I have to scroll.

Ideally, how I can display the dialogue on center of screen regardless of position of the appointments?

Thanks,
Mayur.
Tags
Scheduler
Asked by
Mayur
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Mayur
Top achievements
Rank 1
Share this question
or