Determines the height of a rows when virtual scrolling is used. Obsoleted, use the scrollingSettings.virtualization.rowHeight property instead.
$(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;
$("#element").wijgrid({ rowHeight: 20 });
options type wijgrid jQuery Widget