Hi
I have follow your sample for manage crud operation on controller
https://www.syncfusion.com/forums/126220/how-to-pass-complete-model-from-dialogeditortemplate-to-controller-for-crud-operation
but on the event in the controller the value is always null
public ActionResult CellEditUpdate([FromBody]CRUDModel<DLCore.Models.Maintenance> value)
1 the class DLCore.Models.Maintenance in public int he project
2 ther is no error
3 IsPrimaryKey” is defined
What other controls I have to do?
thank you for your support
Franco