I'll want to know how to programmatically for scheduler mvc ajax on client side .
when i'm single click on date it auto create task and then redirect to another controller.
sorry for my bad english.
thank you very much.
1 Answer, 1 is accepted
0
Nencho
Telerik team
answered on 05 Oct 2018, 10:06 AM
Hello Pattra,
You can subscribe for the event of the slots in the Kendo Scheduler and use the addEvent method of the Client API of the Scheduler. Hence. you can open the add even dialogue and in the body of the function, you can call the needed action in a controller:
The example below uses jquery, but the implementation in MVC scenario would be the same.
Regards,
Nencho
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.