Wijmo UI for the Web
rowMerge Field
wijmo.grid Namespace > IC1FieldOptions Interface : rowMerge Field

Determines whether rows are merged. Possible values are: "none", "free" and "restricted".

Syntax
var instance; // Type: wijmo.grid.IC1FieldOptions;
var value; // Type: string
value = instance.rowMerge;
var rowMerge : string;
Example
$("#element").wijgrid({ columns: [{ rowMerge: "none" }]});
Remarks
Possible values are: "none": no row merging. "free": allows row with identical text to merge. "restricted": keeps rows with identical text from merging if rows in the previous column are merged.
See Also

Reference

IC1FieldOptions Interface