This question is locked. New answers and comments are not allowed.
Hi,
I'm working with the ScheduleView to allow users to schedule patients appointments on a doctor agenda. By default, all slots should be readonly, except some sections.
So, first of all, I'm adding a readonly slot from DateTime.MinValue to DateTime.MaxValue. Once the app receives the doctor's agenda data, I'm creating NO readonly slots based on obtained data, so NO readonly slots are "overlapped" with the all area readonly slot. The issue is that user cannot add new Appointments on NO readonly slots and I suspect the reason is the readonly slot that occuppies all area. Is there any way to add exception on slots, similar to the exceptions on Appointment recurrence rule?
On more thing. By default, the ScheduleView "highlights" "cell" when mouse is over. Is there any way to disable this behavior so cells are not highlighted when mouse is over?
Thanks.
I'm working with the ScheduleView to allow users to schedule patients appointments on a doctor agenda. By default, all slots should be readonly, except some sections.
So, first of all, I'm adding a readonly slot from DateTime.MinValue to DateTime.MaxValue. Once the app receives the doctor's agenda data, I'm creating NO readonly slots based on obtained data, so NO readonly slots are "overlapped" with the all area readonly slot. The issue is that user cannot add new Appointments on NO readonly slots and I suspect the reason is the readonly slot that occuppies all area. Is there any way to add exception on slots, similar to the exceptions on Appointment recurrence rule?
On more thing. By default, the ScheduleView "highlights" "cell" when mouse is over. Is there any way to disable this behavior so cells are not highlighted when mouse is over?
Thanks.