Hi All,
I basically do events with full day option for reserving the event. For current date, if i make multidays (full days) more than 30+ events on same day, it occupies complete space of scheduler.
Currently i'm using Dhtmlx 2.6 pro version, here i don't see the any option to limit the size of multi-day part in scheduler for displaying scroll bars.
I event tried in dhtmlxscheduler.js, by modifiying dhx_multi_day class attributes to display scroll bars, but after getting scroll bars on multi-days, if i try to make a new event on area below the multi-day events, it is not positioning to exact position( x and y axis), where rendering of event position "top" value is dynamically calculated with each event present in multi-day and positioned on the screen of week or day views.
I need scroll bars for multi-day events part in scheduler, and also each new event creation should be created and displayed with exact x and y position where the cursor is processed.
Anyone please help me to get away from this problem.
To reproduce this problem,
1) create 30+ full day or multi-days events in same day.
2) check the UI.
* Problem is less space is applied on the time slots to create or process events under week or day views.
Thanks in Advance.