Hi,
I've a EJS Grid with EditMode.Normal, and .DataSource(dataManager => {dataManager.Url("/Home/UrlDatasourceProducts").Adaptor("UrlAdaptor").InsertUrl("/Home/InsertProducts").UpdateUrl("/Home/UpdateProducts").RemoveUrl("/Home/DeleteProducts")
in a script I call: gridObjProducts.setCellValue(IdProduct, "Quantity", NewQuantity);
and the cell modify correctly, but how can I save data to DataSource?
Thanks