ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / culture Option
In This Topic
    culture Option
    In This Topic
    Determines the culture ID.
    Syntax
    // Get value
    var value; // Type:  string
    value = $(".selector").c1gridview("option", "culture");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").c1gridview("option", "culture", newValue);
    var culture : string;
    Example
    // This code sets the culture to English.
    $("#element").wijgrid({ culture: "en" });
    Remarks
    Please see the https://github.com/jquery/globalize for more information.
    Browser Compatibility
    8
    5
    5
    See Also