Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6904773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:06:09+00:00 2026-05-27T08:06:09+00:00

Load mask not working, I set property loadMask: true and I still have the

  • 0

Load mask not working, I set property loadMask: true and I still have the same problem, I cant see loadmask control, this grid was added inside ui layout, also I used loadMask function and I still have the same problem, please advise .

     gridHistory = new Ext.grid.GridPanel({
         id: "gvHistory",
         ddGroup: 'gridDDGroup',
         store: gridStore,
         renderTo: 'HistoryPanel',
         layout: 'fit',
         columns: cols,
         enableDragDrop: true,
         stripeRows: true,
         pageSize: 25,
         header: false,
         loadMask: true,
         autoScroll: true,
         autoExpandColumn: 'Position_ID',
         height: resolveHistoryGridHeight(),
         forceFit: true,
         autoFill: true,
         iconCls: 'icon-grid',
         tbar: [{
             tooltip: 'Reload',
             iconCls: 'reload',
             iconMask: true, 
             handler: function () { getPositionsHistory(); }
         }, '-', {
             tooltip: 'Clear',
             iconCls: 'clear',
             iconMask: true, 
             handler: function () { Clear(); }
         }
         , '-', {
             xtype: 'checkbox',
             name: 'field1',
             boxLabel: 'Draw Track',
             id: 'cb_draw_track',
             handler: function () { if (this.checked) { drawTrack(); } }
         }],
         selModel: new Ext.grid.RowSelectionModel({ singleSelect: false })
     });
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T08:06:09+00:00Added an answer on May 27, 2026 at 8:06 am

    The reason the loadMask config is not having any effect is because your grid’s data is defined inline.

    var gridStore = new Ext.data.JsonStore({ fields: fields, data: myData, root: 'records'});
    

    By this, I mean that you are not loading your data from the server. The load mask will only show on the grid when it is making a request to the server, and this is why no load mask is being displayed.

    You can change your store’s data property to a URL instead, and return a JSON response from the server but I wouldn’t advise this if you can use inline data instead.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

jquery-loadmask not working properly in IE8 I got a same problem. It was issue
I have the following CSS: #load-icon { background: url(/Images/loaders/mask-loader.gif); background-repeat: no-repeat; z-index: 99; width:
I have a quick question with some jQuery where I'm running into a problem.
I have a problem where 2 different compilers (GCC and IAR) are dropping my
I am new to ext Js. I have a ajax call. I could see
I have ensured the autosizing mask of my cell allows flexible width, but when
I'm working on some Javascript code that creates an alpha mask of a image
I have a function running on document load that copies the contents of a
Load HTML pages and check load speeds Verify completeness of HTML Follow links on
load.js: jQuery(document).ready(function($) { $('.dialog ul li').click(function(e) { switch($(this).attr('id')) { case 'addProject': $('.addDialog').load('/add/addprojectform'); break; case

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.