TIWCGJQGridOptions.OnAfterSubmitCell Property

applies only to a cell that is editable; this event Fires after the cell and other data is posted to the server Should return array of type [success(boolean),message] when return [true,””] all is ok and the cellcontent is saved [false,”Error message”] then a dialog appears with the “Error message” and the cell content is not saved. servereresponse is the response from the server. To use this we should use serverresponse.responseText to obtain the text message from the server.

Namespace: IWCGJQGrid
published
 property OnAfterSubmitCell: TIWCGJSonFunc index 109 read GetFuncValue write SetFuncValue stored IsFuncStored;

Property Value