Hi!
I'm trying to override the CalendarWeekCell in the Calendar control for Vue.
My goal is really just to be able to receive a click-event when the user clicks a week-number.
I've checked this documentation: https://www.telerik.com/kendo-vue-ui/components/dateinputs/calendar/custom-rendering/#toc-cells-inside-the-week-column
but it seems wierd to register a global instance of a component just to be able to override this cell.
Is there any other way? Do you have an example?
Or, even better, would you concider exposing the on-click-event for the weeknumbers (typically used to select the whole week when the user clicks it).
Thanks!
Jon