Skip to content

Commit bdb5f54

Browse files
Update sqlite.md
1 parent 84096ed commit bdb5f54

File tree

1 file changed

+1
-3
lines changed
  • ej2-asp-core-mvc/grid/EJ2_ASP.MVC/connecting-to-database

1 file changed

+1
-3
lines changed

ej2-asp-core-mvc/grid/EJ2_ASP.MVC/connecting-to-database/sqlite.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,9 +1670,7 @@ To perform the batch operation, override the `batchRequest` method of the `Custo
16701670
let dataManager = new ejs.data.DataManager({
16711671
url: "https://localhost:xxxx/Grid/UrlDataSource",
16721672
adaptor: new CustomAdaptor(),
1673-
insertUrl: "https://localhost:xxxx/Grid/Insert",
1674-
updateUrl: "https://localhost:xxxx/Grid/Update",
1675-
removeUrl: "https://localhost:xxxx/Grid/Remove",
1673+
batchUrl: "https://localhost:xxxx/Grid/BatchUpdate",
16761674
});
16771675
grid.dataSource = dataManager;
16781676
}

0 commit comments

Comments
 (0)