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.
1 parent 93137fc commit 22c87dfCopy full SHA for 22c87df
ej2-asp-core-mvc/grid/EJ2_ASP.MVC/connecting-to-database/postgresql-server.md
@@ -1844,9 +1844,7 @@ public IHttpActionResult BatchUpdate(CRUDModel<Orders> value)
1844
let dataManager = new ejs.data.DataManager({
1845
url: "https://localhost:xxxx/api/Grid",
1846
adaptor: new CustomAdaptor(),
1847
- insertUrl: "https://localhost:xxxx/api/Grid/Insert",
1848
- updateUrl: "https://localhost:xxxx/api/Grid/Update",
1849
- removeUrl: "https://localhost:xxxx/api/Grid/Remove",
+ batchUrl: "https://localhost:xxxx/api/Grid/BatchUpdate",
1850
});
1851
grid.dataSource = dataManager;
1852
}
0 commit comments