Hi,
I'm using the scheduler ,in DayView, with multiple rooms (resources). These rooms have differents Open/Close time.
To show that in the scheduler I have done the following:
Find minimum open time and maximum open time and then set the WorkDayStartTime, WorkDayEndTime and DayStartTime, DayEndTime.
Then on server side OnTimeSlotCreated I change the background color of timeslot for those who are closed and also for the slotds that are sooner than DateTime now. I don't want to add appointment into closed or passed timeslots.
Now, I would really like to remove the Hover highlight only over those closed/passed timeslot to help show that you can't add appointments there and keep the hover for the available slot.
How can I do that ?
Thanks,
Mike
I'm using the scheduler ,in DayView, with multiple rooms (resources). These rooms have differents Open/Close time.
To show that in the scheduler I have done the following:
Find minimum open time and maximum open time and then set the WorkDayStartTime, WorkDayEndTime and DayStartTime, DayEndTime.
Then on server side OnTimeSlotCreated I change the background color of timeslot for those who are closed and also for the slotds that are sooner than DateTime now. I don't want to add appointment into closed or passed timeslots.
Now, I would really like to remove the Hover highlight only over those closed/passed timeslot to help show that you can't add appointments there and keep the hover for the available slot.
How can I do that ?
Thanks,
Mike