Scheduler "+ x more" issue with dialog

Hi,

When displaying the scheduler and it shows the “+ x more” link in a slot, if you click the link it opens a dialog with the full list of appointments that day. If you then click any of the appointments and try to open a dialog to edit the event, the newly dialog is immediately closed.

I presume the scheduler list is calling Dialog.Close() which closes the last opened dialog (which in this case is the dialog that I opened myself).

Is there any way round this?

Andy.

Hi @andymarksonline,

Can you reproduce the issue here? You can edit the online demo in the playground (click the Open in playground link in the source code).

My bad, sorry @korchev , I wasn’t using the AppointmentSelect event on the scheduler, I had a custom click event on the appointment template. All sorted now. Thanks