TIWCGJQGridNavDelFormOptions.OnAfterComplete Property

This event fires immediately after all actions and events are completed and the row is inserted or updated in the grid. afterComplete : function (response, postdata, formid) {…} where response is the data returned from the server (if any) postdata an array, is the data sent to the server formid is the jQuery object of form id, you can use formid[0].id to get form id.

Namespace: IWCGJQGrid
published
 property OnAfterComplete: TIWCGJSonFunc index 20 read GetFuncValue write SetFuncValue stored IsFuncStored;

Property Value