Click here to Skip to main content
15,886,873 members
Articles / Programming Languages / Javascript
Tip/Trick

Remove loading from grid Extjs

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
15 Sep 2011CPOL 16.8K   1  
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)


Written By
Software Developer (Senior) Superderivatives
Israel Israel
I’m a .net architect, focusing mainly on
writing a scalable components, My expertise is designing for optimal performance and scalability. Always in search
of new knowledge and ambitions.

Specialties
Design Patterns, UML, OOP/OOD, .NET, C#, C++, STL, ATL, COM/COM+, VB/VB.NET, IIS, ISAPI,ASP/ASP.NET, WebServices, WCF,HTML/JavaScript, Ajax, XML/XSL/XSD, SQL

Personal blog gregnozik.blogspot.com

Comments and Discussions

 
-- There are no messages in this forum --