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

Custom appointment dialog window

1 Answer 104 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Artem
Top achievements
Rank 1
Artem asked on 17 Feb 2012, 02:18 PM
Hi. When I add or edit appointment I want show to user my dialog with my controls.
I've create user control with some logic and when user try add new appointment I want show dialog window with my controls and logic.
My control get one parameter

ObservableCollection<UserSheduler> list

and my control have all controls where user enter their data.
So as I understand I musr create class with custom appintment
 like
public class MyCustomAppointment:Appointment
{
     public ObservableCollection<UserSheduler> {get; set;}
}

 but how I can Add my user control to new\edit appointment dialg?

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 22 Feb 2012, 03:38 PM
Hello,

To create a custom new or edit appointment dialog you don't need to create a custom appointment class. What you need to do is to change the EditAppointmentDialogStyle property of the RadScheduleView control. For more information about how to do this you could refer to this help article.

Hope this helps.

Kind regards,
Miroslav Nedyalkov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
ScheduleView
Asked by
Artem
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or