Hi Zdzislaw,
Thank you for the provided screenshot. A possible approach for achieving the desired functionality is to disable the click event of the day fields in the
Scheduler. This could be achieved with the following code:
When the above code is executed on
$(document).ready() event, it will disable the clicks on the day fields for the first page as you've mentioned that you've successfully implemented this functionality.
Then to apply the same logic on all other pages, we could use the
navigate event and execute this code, when the event is triggered:
With the above, on every navigation, we will disable the clicks of the "
day" fields on the current view.
The last fine-tuning we could apply is to set different mouse cursor type when the cursor is positioned over the text in the "
day" field. With this
CSS code:
there will be no change in mouse's cursor on hovering over the text.
Here is a Dojo demonstrating the described above functionality. Please check it and let me know if it resolves your issue, or if you have questions regarding the implementation.
Regards,
Petar
Progress Telerik
Get
quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.
Learn More.