Post new topic Reply to topic  [ 4 posts ] 

Board index : GWT-Ext Forums : GWT-Ext 2.x Discussion

Author Message
 Post subject: [SOLVED] easy way to force a load
PostPosted: Thu Mar 13, 2008 2:13 pm 
Offline

Joined: Mon Feb 04, 2008 11:41 pm
Posts: 81
Hi,

Is there a simple way to force a combobox to always go back to the server for it's list values? i.e. when you expand the combobox the first time it will hit the server but for the second time and subsequent times I will not go to the server unless you do a type ahead or a paging function.

Seems like this should be a mode on the combobox that should be easy to set, but I am not having much success.

Thanks,

Alberto


Last edited by alberto33 on Sun Mar 16, 2008 10:44 pm, edited 2 times in total.

Back to top
 Profile  
 
 Post subject: Re: easy way to force a load
PostPosted: Thu Mar 13, 2008 10:21 pm 
Offline
Site Admin

Joined: Fri Dec 14, 2007 12:27 pm
Posts: 1017
Can you try reloading the store in the ComboBoxListener's onExpand event?

Code:
cb.addListener(new ComboBoxListenerAdapter() {
    public void onExpand(ComboBox comboBox) {
        store.reload();
    }
});


Sanjiv


Back to top
 Profile  
 
 Post subject: Re: easy way to force a load
PostPosted: Fri Mar 14, 2008 4:42 pm 
Offline

Joined: Mon Feb 04, 2008 11:41 pm
Posts: 81
Thanks Sanjiv for your quick response. I will try that and let you know.


Back to top
 Profile  
 
 Post subject: [Solved] Re: easy way to force a load
PostPosted: Sun Mar 16, 2008 10:43 pm 
Offline

Joined: Mon Feb 04, 2008 11:41 pm
Posts: 81
Sanjiv,

Your solution works nicely thank


Back to top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

Board index : GWT-Ext Forums : GWT-Ext 2.x Discussion


Who is online

Users browsing this forum: Yahoo [Bot] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Style by Midnight Phoenix & N.Design Studio
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.