5 Answers, 1 is accepted
0
Moving of appointments is provided by default. You don't need any additional configuration to get this functionality.
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
bob
Top achievements
Rank 1
answered on 12 May 2009, 03:03 PM
Hi
I am moving the appointment , but i am unsure as to what attribute it calls when you move the appointment so i can get and save any changes to the time date? Does the move call AppointmentUpdate.
Thanks
Bob
I am moving the appointment , but i am unsure as to what attribute it calls when you move the appointment so i can get and save any changes to the time date? Does the move call AppointmentUpdate.
Thanks
Bob
0
Yes, AppointmentUpdate occurs and all changes to the start and end time of the appointment are automatically saved.
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
bob
Top achievements
Rank 1
answered on 12 May 2009, 03:26 PM
Hi Peter
Once again, thanks for your speedy replies. Just one last question (for now ;-)) I am adding multiple types of
Once again, thanks for your speedy replies. Just one last question (for now ;-)) I am adding multiple types of
Appointment
toList
<Appointment>. i am currently trying to add differing colours to each type using the following code ( i change the cssclass dependant on the type)
Appointment appointment = new Appointment(pmpItem.TxtSchoolId.ToString(), dteInterviewDateTime, dteInterviewDateTime, dteInterviewDateTime.ToString());
appointment.CssClass =
"rsCategoryDarkRed";
appointments.Add(appointment);
Although for some reason the colours dont appear for any of them? any ideas?
Thanks again
Bob
0
Hi bob,
Can you isolate the problem in a simple working project and send it to us via a support ticket? We will test it locally and advise you how to resolve the issue.
Kind regards,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Can you isolate the problem in a simple working project and send it to us via a support ticket? We will test it locally and advise you how to resolve the issue.
Kind regards,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.