Event box help

Some problem can find solution …

scheduler.xy.menu_width = 0; scheduler.config.details_on_dblclick = true; scheduler.config.details_on_create = true; scheduler.attachEvent("onClick",function(){ return false; });

on month view - when point to event hand is show but dbclick on it nothing happend
on day view - when click on event time event move down and add 15 minutes to event time, dbclick on event box on text return details.

can figure out …

I’m not entirely sure what your code is, and I’m assuming there’s something wrong with it. On this snippet that I just made, with the code you’ve provided, everything is working as expected (i.e. lightbox shows on all views).

I’d suggest you check onClick and onDblClick handlers.

If you’re still having problems, my guess is that the DHX Team would ask you to submit a simple demo demonstrating this problem you have.