View Full Version : Grid mask
fother
8 Dec 2008, 5:54 AM
I call the button that will be save the changes in editor grid. But this call delay 2 minutes.. I should be that the mask appers.. how when I call the button that refresh the grid.. its possible?
have you tried setting setLoadMask for the grid to true??
fother
8 Dec 2008, 9:38 AM
yes..
sbarkdull
9 Dec 2008, 6:04 AM
I have been having problems with the load mask also. Things seemed to work fine with the grid load mask in 1.1.1. But about 1.1.2 or 1.1.3, the load mask stopped appearing. I just haven't had time to look into.
The load mask is a nice feature when it works.
fother
9 Dec 2008, 7:52 AM
the load mask work fine for me.. what I need is that when I click in one button.. apper for me.. for example...
myButton.whenClick() {
grid.showLoadMask();
}
fother
18 Dec 2008, 5:24 AM
any ideia?
kolli
18 Dec 2008, 5:27 AM
You just want to have the load mask or do u want to reload the grid store?
fother
18 Dec 2008, 6:55 AM
only the load mask..
kolli
18 Dec 2008, 7:03 AM
I dont think we can do that.. but lets see what others have to say./.
kolli
18 Dec 2008, 7:07 AM
what is your reqirement actually here?? why do you need a load mask?
helmishariff
18 Dec 2008, 10:23 AM
grid.el().mask();
grid.el().unmask();
gslender
18 Dec 2008, 12:39 PM
GridView masks if loadmask is true on a data change like this...
grid.el().mask(GXT.MESSAGES.loadMask_msg());
unmask is as you have seen...
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.