Day View - Data Scrolling against "dhx_multi_day_icon"

Hi,

In the Day View i have all the data populating in the div (class=“dhx_multi_day”) as we don’t maintain the time interval for saving the data. Now, as the data is too much, i am not able to see the whole data in the day view against the class=“dhx_multi_day_icon”. I would like to apply the scroll to see all the data in the “dhx_multi_day” div tag. i tried applying the Jquery for this. If someone has the same issue please suggest me a solution.

Regards,
Vijay Palada.


You can try container auto-resize extension

docs.dhtmlx.com/scheduler/extens … autoresize

It will not add the scroll, but change the size of scheduler to show all events.