Hi Isomorphic,
It would appear that the "Loading..." display value displayed while fetchMissingValues is active and a fetch is pending, only displays the very first time a display value is fetched for the ComboBoxItem. If we edit a different record (via editRecord(Record)), when the value changes for the ComboBoxItem, the value flashes rather than the "Loading..." display value while the fetchMissingValues is active and a fetch is still pending.
Do you know any way to ensure the "Loading..." is always displayed?
Note, autoFetchData=false for the ComboBoxItem.
Thanks
SmartClient Version: v10.1p_2016-03-20/Pro Deployment (built 2016-03-20)
It would appear that the "Loading..." display value displayed while fetchMissingValues is active and a fetch is pending, only displays the very first time a display value is fetched for the ComboBoxItem. If we edit a different record (via editRecord(Record)), when the value changes for the ComboBoxItem, the value flashes rather than the "Loading..." display value while the fetchMissingValues is active and a fetch is still pending.
Do you know any way to ensure the "Loading..." is always displayed?
Note, autoFetchData=false for the ComboBoxItem.
Thanks
SmartClient Version: v10.1p_2016-03-20/Pro Deployment (built 2016-03-20)
Comment