Hello,
What is the proper way to set MultiComboBoxItem value? getValue() returns the selected items separated by comma, but when we call setValue() using the same string MultiComboBoxItem doesn't recognize it as list of multiple values. Is there a way to add multiple items programmatically?
We're using Isomorphic SmartClient/SmartGWT Framework (v8.3p_2012-12-20/Enterprise Deployment 2012-12-20)
What is the proper way to set MultiComboBoxItem value? getValue() returns the selected items separated by comma, but when we call setValue() using the same string MultiComboBoxItem doesn't recognize it as list of multiple values. Is there a way to add multiple items programmatically?
We're using Isomorphic SmartClient/SmartGWT Framework (v8.3p_2012-12-20/Enterprise Deployment 2012-12-20)
Comment