$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijgrid("option", "columnsAutogenerationMode"); // Set value var newValue; // Type: string $(".selector").wijgrid("option", "columnsAutogenerationMode", newValue); });
var columnsAutogenerationMode : string;