I have added pagination to the calendar so that if I have say over 10 event on a day at the same time block, it would load 10 at a time and display the first 10 then when the next button is clicked the next 10 are displaced.
The logic works, except when I click the next button the calendar moves from the selected day to today. How can I keep on the selected day and not refresh to today?
thanks