Skip to content

Commit 22c87df

Browse files
Update postgresql-server.md
1 parent 93137fc commit 22c87df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,9 +1844,7 @@ public IHttpActionResult BatchUpdate(CRUDModel<Orders> value)
18441844
let dataManager = new ejs.data.DataManager({
18451845
url: "https://localhost:xxxx/api/Grid",
18461846
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",
1847+
batchUrl: "https://localhost:xxxx/api/Grid/BatchUpdate",
18501848
});
18511849
grid.dataSource = dataManager;
18521850
}

0 commit comments

Comments
 (0)