65.9K
CodeProject is changing. Read more.
Home

Remove loading from grid Extjs

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

Sep 13, 2011

CPOL
viewsIcon

17021

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[^].