is there view more option for unit view in scheduler

Hi,

Is there any option available as “view more” in unit_view as provided in month_view as follows: -

scheduler.templates.month_events_link = function(date, count){
return “View more(”+count+" events)";
};

I have to show many(approx 1000) records in same time and same section in unit view.
Please suggest.

Thank you.

Hello,

Unit view is not able to display such large number of events at one time.
Possibly you could create the way of showing such large array which will be include all your events as one big event, with the ability of view informations at the another page, where you can show more details.

You can try to use the filtering events and display only certain events.
docs.dhtmlx.com/scheduler/filtering.html