Wijmo UI for the Web
rowMerge Field

Default value: 'none'

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

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.c1field.options.rowMerge;
Javascript (Specification) 
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.
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.