Hi, sorry for all the questions but I am having a lot of trouble with the all day appointment section.
I am trying to give the user a way to create an appointment in the all day section. I do do this in the rest of the calendar with a context menu, right click on a slot and I give the user a popup which allows them to create the appointment. The slot is selected upon right click (most of the time), so I know where the user clicked. This doesn't work in the all day area. The configurator demo exhibits the same behavior, neither a right or left click in the area selects the slot. I also noticed that the scheduler's rightmousebuttondown event doesn't fire when click in that area, but without the selection it wouldn't be much use anyway. I know it seems trivial but this functionality is important to us, espcially since we can't drag/drop into or out of that area either.
I am trying to give the user a way to create an appointment in the all day section. I do do this in the rest of the calendar with a context menu, right click on a slot and I give the user a popup which allows them to create the appointment. The slot is selected upon right click (most of the time), so I know where the user clicked. This doesn't work in the all day area. The configurator demo exhibits the same behavior, neither a right or left click in the area selects the slot. I also noticed that the scheduler's rightmousebuttondown event doesn't fire when click in that area, but without the selection it wouldn't be much use anyway. I know it seems trivial but this functionality is important to us, espcially since we can't drag/drop into or out of that area either.