SmartGWT 2.4
We're using a ListGrid using a custom DataSource. In our customer datasource, one of the fields is a DataSourceTextField in which we set a valueMap from which a user can select a value for that field. This value map is supposed to change values depending on what are already chosen. However, I cannot get the dropdown options to update. I've tried calling DataSourceTextField.setValueMap() multiple times to do the update but the dropdown fox is never refreshed.
How does one update the value map in a field with new values whenever they need to be changed.
We're using a ListGrid using a custom DataSource. In our customer datasource, one of the fields is a DataSourceTextField in which we set a valueMap from which a user can select a value for that field. This value map is supposed to change values depending on what are already chosen. However, I cannot get the dropdown options to update. I've tried calling DataSourceTextField.setValueMap() multiple times to do the update but the dropdown fox is never refreshed.
How does one update the value map in a field with new values whenever they need to be changed.
Comment