Wijmo UI for the Web
rowMerge Option

Default value: 'none'

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

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").c1field("option", "rowMerge");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").c1field("option", "rowMerge", newValue);
        
});
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
c1field jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.