Wijmo UI for the Web
loadingText Option
wijmo.grid.wijgrid Namespace > options type : loadingText Option

Default value: 'Loading...'

Determines the text to be displayed when the grid is loading.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijgrid("option", "loadingText");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijgrid("option", "loadingText", newValue);
        
});
var loadingText : string;
Example
$("#element").wijgrid({ loadingText: "Loading..."});
See Also

Reference

options type
wijgrid jQuery Widget