Skip to content

Commit 7b58e01

Browse files
committed
Merge pull request #612 from coolday70/patch-1
Update crud.md
2 parents e74c868 + cd0bb3a commit 7b58e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/datasource/crud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Otherwise the DataSource instance will operate with incorrect data and subsequen
9090
var dataSource = new kendo.data.DataSource({
9191
transport: {
9292
/* the other CRUD settings are ommitted for brevity */
93-
update: function (e) {
93+
create: function (e) {
9494
// batch is disabled
9595
// generate appropriate data item ID and save the new items to the original datasource
9696
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
517517

518518
## CRUD Examples with ASP.NET MVC
519519

520-
https://github.com/telerik/kendo-examples-asp-net
520+
https://github.com/telerik/kendo-examples-asp-net

0 commit comments

Comments
 (0)