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

Non-Modal EditAppointment Dialog

1 Answer 58 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
heavywoody
Top achievements
Rank 1
heavywoody asked on 24 Feb 2015, 06:31 PM
Is there way  to show the editing dialog for appointments non-modal?

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 25 Feb 2015, 10:50 AM
Hello Christian,

Non-modal dialogs are not supported. RadScheduleView dialogs put the corresponding appointment in edit mode and since you cannot have multiple appointments in edit mode you cannot have several dialogs open simultaneously. 

You can try creating a non modal dialogs if you replace all of the dialog logic in RadScheduleView - cancel the ShowDialog event and do everything by hand. But this is a lot of work and it is possible that you will hit other obstacles.

You can refer to the links below for more details about customizing the dialogs
http://docs.telerik.com/devtools/silverlight/controls/radscheduleview/howto/prevent-dialogs-from-opening
http://docs.telerik.com/devtools/silverlight/controls/radscheduleview/features/custom-dialogs


Regards,
Rosi
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ScheduleView
Asked by
heavywoody
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Share this question
or