[]
Configurates ShowAlternatingRows. Sets a value that determines whether the grid should add the 'wj-alt' class to cells in alternating rows.
[Obsolete("ShowAlternatingRows has been deprecated; please use AlternatingRowStep instead.")]
public virtual TBuilder ShowAlternatingRows(bool value)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |