TIWCGJQGridOptions.EditRow(Variant,ISuperObject) Method
rowid: the id of the row to edit keys: when set to true we can use [Enter] key to save the row and [Esc] to cancel editing. oneditfunc: fires after successfully accessing the row for editing, prior to allowing user access to the input fields. The row's id is passed as a parameter to this function. succesfunc, url, extraparam, aftersavefunc,errorfunc and afterrestorefunc are described below, in the saveRow section.
public procedure EditRow(const ARowId: Variant; AParameters: ISuperObject = nil);
Parameters
- ARowId
- Type: Variant
- AParameters
- Type: ISuperObject