Docs
API
  • loadMask

    Boolean|String

    By default grid shows load mask when loading data, waiting for server sort, paging, filtering.
    Over loadMask it is possible to disable this behavior.

    Example: Disabling Load Mask

    Load mask will be possible to run over grid methods.

    
    loadMask: false,
    

    Example: Custom Load Mask Text

    Usually it is used lang loading text to overwrite load mask text

    
    loadMask: 'Loading...',
    

    Default

    
    true
    

    See also

    Property loadingtext
    Method hideLoadMask
    Method showLoadMask
    Sample of Custom LoadMask on JSFiddle