or
<br><div><br> <input id="dateTest" style="width: 200px" /></div><br>@Html.Telerik().ScriptRegistrar().OnDocumentReady(" $('#dateTest').kendoDatePicker();")var dataSource = new kendo.data.DataSource({ transport: { update: function(options) { // make AJAX request to the remote service $.ajax( { url: "/orders/update", data: options, success: function(result) { // notify the DataSource that the operation is complete options.success(result); } }); } }});