Wijmo UI for the Web
rowHeight Option
wijmo.grid.wijgrid Namespace > options type : rowHeight Option

Determines the height of a rows when virtual scrolling is used. Obsoleted, use the scrollingSettings.virtualization.rowHeight property instead.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijgrid("option", "rowHeight");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijgrid("option", "rowHeight", newValue);
        
});
var rowHeight : number;
Example
$("#element").wijgrid({ rowHeight: 20 });
Remarks
Can be set only during creation
See Also

Reference

options type
wijgrid jQuery Widget