I've got a ComboBoxItem which is bound to a dataSource. I'd like to be able to iterate over all of the items in the list (similar to ListGrid.getRecords()) but I don't see that it is possible.
Is that correct that it is not possible to iterate over the list of items in a ComboBoxItem to select a specific record (not based on the value).
I do not want to do a ComboBoxItem.setValue("..") because I'm choosing the record based on a different field.
Is that correct that it is not possible to iterate over the list of items in a ComboBoxItem to select a specific record (not based on the value).
I do not want to do a ComboBoxItem.setValue("..") because I'm choosing the record based on a different field.
Comment