Hi Team,
I have observed strange behavior which I was able to reproduce on your demos:
– Create 2 events (currently did this in the same week) , I have selected time zone from the 2nd and no time one on the first
– Doublick on the 2nd
– Close
– Doubleclick on the first -> comes with preselected time zone from the 2nd event
I have experienced this in my own pilot, drop downs are per-selected with wrong data. editDialogCreate event is not called 2nd time, event caught with:
$(“#scheduler”).on(‘appointmentDoubleClick’, function (event) {
here appointment contains correct data, but dialog is visualised with incorrect selected drop down (form dropDownList).
Kind Regards,
Vlad