TIWCGJQGridOptions.SetCell(Variant,Variant,ISuperObject,ISuperObject,ISuperObject,Boolean) Method

jqGrid object This method can change the content of particular cell and can set class or style properties. Where: rowid the id of the row, colname the name of the column (this parameter can be a number (the index of the column) beginning from 0 data the content that can be put into the cell. If empty string the content will not be changed class if class is string then we add a class to the cell using addClass; if class is an array we set the new css properties via css properties sets the attribute properies of the cell, forceup If the parameter is set to true we perform update of the cell instead that the value is empty

Namespace: IWCGJQGrid
public
 procedure SetCell(const ARowId,AColNameOrIdx: Variant; AData: ISuperObject; AClass: ISuperObject = nil;
 AProperties: ISuperObject = nil; AForceUpdate: Boolean = False); overload;

Parameters

ARowId
Type: Variant

AColNameOrIdx
Type: Variant

AData
Type: ISuperObject

AClass
Type: ISuperObject

AProperties
Type: ISuperObject

AForceUpdate
Type: Boolean