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

DataSource Doesn't Post Event to MVC Controller

1 Answer 68 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
jwize
Top achievements
Rank 1
jwize asked on 22 Jul 2014, 09:04 AM
Example of Post from Scheduler MVC Controller
I need an example of how to setup a SchedulerDataSource so that it is posted to the server. Currently the data is sent in the query string. 

create: {
      url: "/Event/SaveEvent",
      contentType: "application/json",
}

I tried adding type:POST to the create action but that didn't work. 

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 24 Jul 2014, 06:01 AM
Hi Jaime,

You can check the demos in our CodeLibrary as they contain example configuration for CRUD operations:

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
jwize
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or