TIWCGJQGridOptions.RowAttr Property

Allow to change the row html attributes (style, classes or tabindex).

Property return a object something like this {"style" : "somestyle", "class": "someclass"}

Important Note

Very useful to change the row appearance through style or by adding the css class.

Namespace: IWCGJQGrid
published
 property RowAttr: TCGJSon index 135 read GetJSonValue write SetJSonValue stored IsJSonStored;

Property Value

Type: TCGJSon