We are using Kendo UI Scheduler. I am looking for a way to disable the navigation buttons incase user has reached the last or first date of scheduler.
Regards,
Nitin Jain
1 Answer, 1 is accepted
0
Nencho
Telerik team
answered on 17 Feb 2017, 09:54 AM
Hello Natin,
I would suggest you to handle the navigate event of the Scheduler, where you can get the current data (which had just navigated to) and the max date set for the scheduler. Once you compare them and determine whether you need to disable the navigation, you can either hide the navigation button or visually disable it, by preventing mouse down and applying the needed opacity.
Here you can find useful resources on date comparison: