Default value: 'Loading...'
Determines the text to be displayed when the grid is loading.
$(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;
$("#element").wijgrid({ loadingText: "Loading..."});
options type wijgrid jQuery Widget