Playing around with the scheduler component. I don't want the scheduler to do anything when the user clicks on the date or an appointment. If I don't set the AppointmentSelect or SlotSelect property it opens a dialog box with the date selected and says "There are no scheduled events taking place on this day." How can I override this to not do anything? If I set AppointmentSelect or SlotSelect to a function and have nothing in there it still opens the dialog.
This seems to be done only in the newly introduced year view. All other views do nothing when clicking on a slot by default. We don't have a ready solution for this behavior but would accept a pull request which disables it via some property.
1 Like
It's great idea to have disabling property, cause I use YearView also to add events (it's really usefull), and after event is added it still says {NoDayEventsText} popup...
Thanks in advance!