TIWCGJQGridOptions.SetRowData(Variant,ISuperObject,string) Method

Updates the values (using the data array) in the row with rowid. The syntax of data array is: {name1:value1,name2: value2…} where the name is the name of the column as described in the colModel and the value is the new value. If the cssprop parameter is string we use addClass to add classes to the row. If the parameter is object we use css to add css properties. Note that we can set properties and classes without data, in this case we should set data to false Do not use this method when you editing the row or cell. This will set content and and overwrite the input elements \\

Namespace: IWCGJQGrid
public
 procedure SetRowData(const ARowId: Variant; ADataArray: ISuperObject; const AClass: string = ''); overload;

Parameters

ARowId
Type: Variant

ADataArray
Type: ISuperObject

AClass
Type: string