ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / calendar Option
In This Topic
    calendar Option
    In This Topic
    A value that indicates calendar's options in grid. It works for calendar in inputdate.
    Syntax
    // Get value
    var value; // Type:  object
    value = $(".selector").c1gridview("option", "calendar");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").c1gridview("option", "calendar", newValue);
    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.
    Browser Compatibility
    8
    5
    5
    See Also