This Kendo MVC helper does not support content type customization. It is designed to work with MVC controllers and the Kendo MVC API, so not all request parameters can be set. You must use JavaScript initialization to be able to set all parameters. You can change the parameters via JavaScript after the helper is already initialized, for example.
$(function () { var grid = $("#grid").data("kendoGrid"); grid.dataSource.transport.options.update.contentType = "application/json";
rohitreddyk
source share