Hello,
I modified the HtmlMainDemo to reproduce this issue:
- in
SchedulerData.vb
GenerateResources() add a second resource:
Visual Basiccalendars.Add(New Calendar() With {.Id = 1, .Caption = "Res. 2", .ParentId = 0})
-
change the schedulerControl1.OptionsCustomizations.AllowDisplayAppointmentform to Auto
-
run the app and change for one appointment the resource to (any):
-
the right appointment shows the hover behavior of the button and a clicks shows the message box:
-
moving the mouse over the left appointment does not trigger the hover behavior and clicks are not recognized:
Regards,
Olaf