This question is locked. New answers and comments are not allowed.
Hi,
I have an appointmentStyleSelector that drives the appearance of the appointments in my scheduleview.
On one style I have a checkbox with a checked event hooked up to a public function, my issue is that when I want to check the checkbox; if the appointment isn't selected it requires 2 clicks.
One click to activate the appointment, the second click checks the checkbox.
I can then uncheck the checkbox in a single click providing it is still the selected appointmentItem.
It appears that the selection of the appointment prevents the click event from hitting the checkbox.
Is there a way to resolve this?
I've seen similar issues with the gridview but no one seems to have hit this on the scheduleview.
FYI - I have IsInlineEditingEnabled set to false hoping that this would solve the issue but no effect.
I have an appointmentStyleSelector that drives the appearance of the appointments in my scheduleview.
On one style I have a checkbox with a checked event hooked up to a public function, my issue is that when I want to check the checkbox; if the appointment isn't selected it requires 2 clicks.
One click to activate the appointment, the second click checks the checkbox.
I can then uncheck the checkbox in a single click providing it is still the selected appointmentItem.
It appears that the selection of the appointment prevents the click event from hitting the checkbox.
Is there a way to resolve this?
I've seen similar issues with the gridview but no one seems to have hit this on the scheduleview.
FYI - I have IsInlineEditingEnabled set to false hoping that this would solve the issue but no effect.