closely choosed Appointment

I need a help in this:
I have three events at 5minutes interval gap to bind with small eventbox
Eg; if i have 9:00 to 9:05,9.05 to 9.10,9.10 to 9.20,
My requirement is when i click on the 9.00 to 9.20 interval on the scheduler, i want a seperate window to open showing 3 appointments in a window.
I need to know if this is possible in scheduler using mvc,razor .

Hi,
it can be done with the client side code
you can catch click event on the scheduler area
docs.dhtmlx.com/scheduler/api__s … event.html
And retrieve the events that happens within the desired timespan:
docs.dhtmlx.com/scheduler/api__s … vents.html
and display their data somehow, you can use dhtmlxMessage which is integrated into the scheduler dhtmlx.github.io/message/

always the 5minutes eventbox is same as 30minutes eventbox, i need my eventbox to be small as possible to make the above change, can you pleas help with the same.

Try to use

scheduler.xy.min_event_height = 1;