ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / loadingText Option
In This Topic
    loadingText Option
    In This Topic
    Determines the text to be displayed when the grid is loading.
    Syntax
    // Get value
    var value; // Type:  string
    value = $(".selector").c1gridview("option", "loadingText");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").c1gridview("option", "loadingText", newValue);
    var loadingText : string;
    Example
    $("#element").wijgrid({ loadingText: "Loading..."});
    Browser Compatibility
    8
    5
    5
    See Also