Hi,
i am having hard time figuring out, how to refresh the databound UI components. Well, i will try to explain my problem in detail:
I have a datasource which has many fields; couple of them are datasourceTextFields with valueMaps. Now this datasource is bound to a ListGrid as well as a DynamicForm. In DynamicForm, the datasourceTextfields with valueMaps correspond to SelectItem(ComboBox) UI component.
Now sometime during the execution of the program, the valueMaps for the datasourceFields is updated (changed).
How do i propogate these changes to the corresponding UI components i.e. in my case to ListGrid and DynamicForm's ComboBox, so that the databound UI-components show the updated entries in the valueMap?
i am having hard time figuring out, how to refresh the databound UI components. Well, i will try to explain my problem in detail:
I have a datasource which has many fields; couple of them are datasourceTextFields with valueMaps. Now this datasource is bound to a ListGrid as well as a DynamicForm. In DynamicForm, the datasourceTextfields with valueMaps correspond to SelectItem(ComboBox) UI component.
Now sometime during the execution of the program, the valueMaps for the datasourceFields is updated (changed).
How do i propogate these changes to the corresponding UI components i.e. in my case to ListGrid and DynamicForm's ComboBox, so that the databound UI-components show the updated entries in the valueMap?
Comment