Try refreshing the view. RootPanel.getView().refresh() should work On Wed, Oct 7, 2009 at 3:41 PM, kilaru <[email protected]> wrote:
> > Hi, > > i have same problem. i am getting some value from RPC. i want to set > this to combo box. i have used > > cb.setValue(value) but, for me it is displaying the value as it is > which i have set. but i want the corresponding displayfiled value of a > store to be populated. > > i am unable to solve this. please help me. > > i found here that calling setValue(selectionId) will solve the > problem. but how can i do that, if i want to set the value when some > button is clicked and gets the value from server. > > Thanks and Regards, > kilaru > > > On Oct 3, 12:37 pm, Anton <[email protected]> wrote: > > I just found the solution (at least it works for me): > > > > If I call the setValue(selectionId) inside the ComboBox (extended it) > > it works, if I call cb.setValue(selectionId) from outside it is > > ignored. > > > > I hope that helps if someone has the same problem... > > > > Thank you all for your help! > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
