We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e74c868 + cd0bb3a commit 7b58e01Copy full SHA for 7b58e01
framework/datasource/crud.md
@@ -90,7 +90,7 @@ Otherwise the DataSource instance will operate with incorrect data and subsequen
90
var dataSource = new kendo.data.DataSource({
91
transport: {
92
/* the other CRUD settings are ommitted for brevity */
93
- update: function (e) {
+ create: function (e) {
94
// batch is disabled
95
// generate appropriate data item ID and save the new items to the original datasource
96
e.data.my_ID_field_name = 123;
@@ -517,4 +517,4 @@ Please refer to the [online Grid Editing demos](http://demos.telerik.com/kendo-u
517
518
## CRUD Examples with ASP.NET MVC
519
520
-https://github.com/telerik/kendo-examples-asp-net
+https://github.com/telerik/kendo-examples-asp-net
0 commit comments