BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
@(Html.EJ().Grid<object>("Editing")
.Datasource(ds => ds.URL("/Home/Data").CrudURL("/Home/CrudUpdate").Adaptor(AdaptorType.UrlAdaptor))
.AllowPaging()
. . .
. . .
)
public ActionResult CrudUpdate(EditableOrder value, string action) {
return Json(value, JsonRequestBehavior.AllowGet);
} |
Dear Seeni,
Kindly if could be provide complete example CRUD, as I'm not able to see how Remove operation is working when we're using CrudURL.
Regards,