Hi Isomorphic,
is it possible to fetch the data again every time when dropdown is opened in ComboBoxItem?
I've tried already with "invalidateDisplayValueCache()", "setCachePickListResults()"... (with everything that could help),
but it doesn't seem to work.
In my case: When a user deletes a record from the ListGrid, that record should be displayed in ComboBoxItem, if user opens it.
Best regards
Pavo
is it possible to fetch the data again every time when dropdown is opened in ComboBoxItem?
I've tried already with "invalidateDisplayValueCache()", "setCachePickListResults()"... (with everything that could help),
but it doesn't seem to work.
In my case: When a user deletes a record from the ListGrid, that record should be displayed in ComboBoxItem, if user opens it.
Best regards
Pavo
Comment