var instance; // Type: wijmo.grid.IC1BandFieldOptions; var value; // Type: any value = instance.columns;
var columns : any;
Gets a array of objects representing the band columns.
var instance; // Type: wijmo.grid.IC1BandFieldOptions; var value; // Type: any value = instance.columns;
var columns : any;
$("#element").wijgrid({ columns: [{ headerText: "Band", columns: [ { headerText: "ID" }, { headerText: "Name" } ] }] });