This is a migrated thread and some comments may be shown as answers.

How to auto create and redirect ?

1 Answer 112 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
n/a
Top achievements
Rank 1
n/a asked on 03 Oct 2018, 10:32 AM

Hello all. i'm a newbie for use kendo mvc.

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

Sort by
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:

http://dojo.telerik.com/@nenchef/AxODogev

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.
Tags
Scheduler
Asked by
n/a
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or