Wijmo UI for the Web
groupInfo Option

Type: wijmo.grid.IGroupInfo

Used to customize the appearance and position of groups.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijmo.grid.IGroupInfo
    returnsValue = $(".selector").c1field("option", "groupInfo");
    
    // Set value
    var newValue; // Type:  wijmo.grid.IGroupInfo
    $(".selector").c1field("option", "groupInfo", newValue);
        
});
Javascript (Specification) 
var groupInfo : IGroupInfo;
Example
$("#element").wijgrid({ columns: [{ groupInfo: { position: "header" }}]});
Browser Compatibility
7
5
5

See Also

Reference

options type
c1field jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.