Year View detail link

I have events showing up correctly in my Year View, hovering over an active date shows the correct number of events with an icon to click and show details. This does not work, it shows a blank lightbox as if I want to add a new event.

How do I configure to get this to be active?

Thanks for any help!

Hi,
which method is attached to click on the detail list? You can use “scheduler.showLighbox(event_id)” to show the lightbox for a selected event. Be sure that the “event_id” argument is correct.

I don’t have a method specified, I am not sure what or where to call it.

Hi,
are you able to repeat the issue in our samples? Do you have any errors in the console?
docs.dhtmlx.com/scheduler/sample … _view.html

Your sample works fine. So by default the functionality should be there? Or is there a flag I have to set?

Could you please send us a demo so we could repeat the issue on a local machine?

Its in a secured website so I can’t send a demo of it in action. I have attached the aspx page and the code-behind, maybe I am setting something incorrectly?
scheduler.zip (4.32 KB)