When the grid that based on Extjs were loading, 'loading...' text was displayed on the screen. In order to remove it, you need to define in the class in config setup of the grid, viewConfig section with the '
loadMask:false
' option.
Example
viewConfig: {
loadMask:
false
}
See the article about it in my blog
http://gregnozik.blogspot.com/2011/09http://gregnozik.blogspot.com/2011/09/remove-mask-from-grid-extjs.html[
^].