I know I must be blind, but how do I select an entry of a ComboBox? myCB.selectByValue(whatever, false); // does now work with the id or the text, true/false does not change anything
myCB.setValue(whatever) sets the text, but does not select the element that has the same text. I am very confused :( Thanks in advance! Regards, Anton --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
