How can I sort the values in a MultiComboBoxItem?
Previously I had a ComboBox and I used:
combobox.setSortField("field");
but this method was taken away from the MultiComboBoxItem. Why? And how can I sort the values now?
Using smartGwt 4.0 power.
Previously I had a ComboBox and I used:
combobox.setSortField("field");
but this method was taken away from the MultiComboBoxItem. Why? And how can I sort the values now?
Using smartGwt 4.0 power.