TIWCGJQGridOptions.OnAfterInsertRow Property

This event fires after every inserted row. rowid is the id of the inserted row rowdata is an array of the data to be inserted into the row. This is array of type name: value, where the name is a name from colModel rowelem is the element from the response. If the data is xml this is the xml element of the row; if the data is json this is array containing all the data for the row Note: this event does not fire if gridview option is set to true

Namespace: IWCGJQGrid
published
 property OnAfterInsertRow: TIWCGJSonFunc index 85 read GetFuncValue write SetFuncValue stored IsFuncStored;

Property Value