Scheduler grid view extension paging

The scheduler grid view extension has a “paging” configuration option witch should enable paging navigation. I set this option to “true” but no paging is displayed at all. I looked at the grid view extension code and I wonder how paging is handled. Can you help me please ?

With paging enabled, grid will show events only for current month. And you can use prev-next button ( on top of scheduler ) to show current|next|previous sets of events.

Hi,
Do you know how to set the paging unit to number of records instead week/day unit.
I want to display only 25 record in first page and 25-50 and so on.

dhtmlxvishu, unfortunately it seems it’s impossible to reach it with current scheduler api.

Possibly you could try to use events filtering functionality with specific logic to show only needed events.
docs.dhtmlx.com/scheduler/filtering.html

Ok thank you!!!