KendoUI datetime picker - Calling an on click function when previous/next month is selected
问题 I'd like to trigger an on click event when the user clicks the previous/next month buttons on the Kendo UI date time picker. The documentation tells me there isn't an event that is triggered when this happens, so I need to make an on click event. The buttons don't have id's but do have unique classes: k-nav-prev for the previous month button and k-nav-next for the next month button. However, when I try to put an alert for the on click event for those classes nothing happens. Would anyone know