Prevent date navigation in JavaScript Scheduler control
18 Nov 20181 minute to read
By default, clicking on date headers in the Scheduler control navigates to the corresponding date view. In certain scenarios, you may want to disable this navigation behavior to maintain a fixed view.
You can prevent date navigation by removing the e-navigate CSS class from the header cells. This can be achieved using the renderCell event, as shown in the following example.