Wijmo UI for the Web
calendar Field
wijmo.grid Namespace > IWijgridOptions Interface : calendar Field

A value that indicates calendar's options in grid. It works for calendar in inputdate.

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: object
value = instance.calendar;
var calendar : object;
Example
$("#eventscalendar").wijgrid(
     { calendar: { prevTooltip: "Previous", nextTooltip: "Next" } });
Remarks
Its value is wijcalendar's option, visit http://wijmo.com/docs/wijmo/#Wijmo~jQuery.fn.-~wijcalendar.html for more details.
See Also

Reference

IWijgridOptions Interface