Hi,
[Context info]
Please see this post for more info about the demo I’m trying to implement.
Using a remote source instead of local one, as I was helpfully pointed out, required an async: true in the dropdownlist source.
I also had a mixed up CustomerID/CustomerFullName (value & label) in the gSrcMission source variable.
[Problem statement]
Having fixed these bugs, I still have an issue when attempting to change the values in the dropdown list. When selecting from the dropdown, the data (CustomerID) and label fields (CustomerFullName) have incorrect values. Often, the datafield gets the display label, and the label is either empty, either incorrect.
This fiddle will demonstrate the issue.
What am I missing ?
Thanks and best regards.