How about a OnSelect event in the combo box? Like this:
cBox.addListener(new ComboBoxListenerAdapter(){
public void onSelect(ComboBox comboBox, Record record, int
index) {
cBox.setValue(record.getAs"Something"("the name
of the field");
}
})
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---