Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / Javascript

Remove loading from grid Extjs

0.00/5 (No votes)
15 Sep 2011CPOL 17K  
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.
JavaScript
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[^].

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)