Prevent Date Navigation in ASP.NET MVC Scheduler

We can prevent navigation while clicking on the date header by simply removing e-navigate class from header cells which can be achieved in the RenderCell event as shown in the following code example.