Wijmo UI for the Web
setSize Method
wijmo.grid Namespace > wijgrid type : setSize Method
Determines the width of the grid.
Determines the height of the grid.
Sets the size of the grid using the width and height parameters.
Syntax
$(function () {
    // Parameters
    var width; // Type:  undefined
    var height; // Type:  undefined
    
    $(".selector").wijgrid("setSize", width, height);
});
function setSize( 
   width : undefined,
   height : undefined
) : void;

Parameters

width
Determines the width of the grid.
height
Determines the height of the grid.
Example
$("#element").wijgrid("setSize", 200, 200);
See Also

Reference

wijgrid type
wijgrid jQuery Widget