ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / cultureCalendar Option
In This Topic
    cultureCalendar Option
    In This Topic
    A value that indicators the culture calendar to format the text. This option must work with culture option.
    Syntax
    // Get value
    var value; // Type:  string
    value = $(".selector").c1gridview("option", "cultureCalendar");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").c1gridview("option", "cultureCalendar", newValue);
    var cultureCalendar : string;
    Example
    // This code sets the culture and calendar to Japanese.
    $("#element").wijgrid({ culture: "ja-jp", cultureCalendar: "Japanese" });
    Browser Compatibility
    8
    5
    5
    See Also