This question is locked. New answers and comments are not allowed.
Hi,
What is the best way to implement CrudOperationBuilder.Data(string handler)? I was thinking about using it for extra parameters like searchcriteria posting to the ajax method.
Any other suggestions for solving this are welcome.
Kind regards,
Roel Alblas
What is the best way to implement CrudOperationBuilder.Data(string handler)? I was thinking about using it for extra parameters like searchcriteria posting to the ajax method.
.DataSource(dataSource => dataSource .Ajax() .Read(read => read.Action("DossiersGridData", "Dossier", new System.Web.Routing.RouteValueDictionary(new Dictionary<string, object>() { { "type", "Road" } }) ) .Data(??) ))Any other suggestions for solving this are welcome.
Kind regards,
Roel Alblas