TIWCGJQGridNavEditFormOptions.OnAfterSubmit Property

fires after response has been received from server. Typically used to display status from server (e.g., the data is successfully saved or the save cancelled for server-side editing reasons). Receives as parameters the data returned from the request and an array of the posted values of type id=value1,value2. When used this event should return array with the following items [success, message, new_id] where success is a boolean value if true the process continues, if false a error message appear and all other processing is stopped. (message is ignored if success is true). new_id can be used to set the new row id in the grid when we are in add mode. afterSubmit : function(response, postdata) { … return [success,message,new_id] }

Namespace: IWCGJQGrid
published
 property OnAfterSubmit: TIWCGJSonFunc index 35 read GetFuncValue write SetFuncValue stored IsFuncStored;

Property Value