Default value: null
A value that indicates calendar's options in grid. It works for calendar in inputdate.
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijgrid("option", "calendar"); // Set value var newValue; // Type: object $(".selector").wijgrid("option", "calendar", newValue); });
var calendar : object;
$("#eventscalendar").wijgrid( { calendar: { prevTooltip: "Previous", nextTooltip: "Next" } });
options type wijgrid jQuery Widget