问题
Using the object dropdown component I want to change the query and display a new list of items. Is that possible once the component has been created ? http://developer.rallydev.com/help/object-dropdown
回答1:
The best way to do this is to destroy the dropdown and recreate it again. Only a few of the AppSDK 1.0 components can reload their own data.
回答2:
The ComboBoxes in the new App SDK 2.0 can be refreshed by calling load on its underlying store again (passing new filters, context, etc.)
来源:https://stackoverflow.com/questions/10464699/is-there-a-way-to-refresh-the-list-in-an-object-dropdown-using-new-query-conditi