Wijmo UI for the Web
loadingText Field
wijmo.grid Namespace > IDetailSettings Interface : loadingText Field

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

Syntax
var instance; // Type: wijmo.grid.IDetailSettings;
var value; // Type: string
value = instance.loadingText;
var loadingText : string;
Example
$("#element").wijgrid({ loadingText: "Loading..."});
See Also

Reference

IDetailSettings Interface