-
15 Mar 2011 7:56 PM #1
How to use GXT Grid loadmask ?
How to use GXT Grid loadmask ?
I am trying to GXT Grid class to load data from server.
I am calling
grid.el().mask("Loading data...")
after grid is created and then in AsychCallback, I am calling
grid.el().unmask().
The data comes back correct but I did not see the mask with message "Loading data...".
Is this the correct direction to use mask?
Thanks
-
16 Mar 2011 12:41 AM #2
Try simply calling:
Regards,PHP Code://Before performing the call
grid.mask("Loading data...");
//Inside onSuccess/onFailure
grid.unmask();
Michel.
-
21 Mar 2011 1:20 PM #3
Thanks.
I got it work, need to implement a load event listener
-
10 Oct 2012 6:10 AM #4
code for loadmask
code for loadmask
Can you please post the code here how you made it work?
Similar Threads
-
Grid.reconfigure and loadMask
By FritFrut in forum Ext 1.x: BugsReplies: 0Last Post: 31 Oct 2007, 3:02 AM -
Grid - loadMask
By gregsimons in forum Ext 1.x: Help & DiscussionReplies: 5Last Post: 13 Jun 2007, 4:57 AM


Reply With Quote