Team,
I have a scenario where as soon as focus comes onto control, the dropdown must open and user can start typing.
While dropdown is opened, the binded value as well data source/query can be changed by server and I have to update it in control (The dropdown is still opened)
This scenario is giving issues as binded value do not change and dropdown value get blank.
Could you please provide a demo how to achieve this considering following situations?
Control: MultiselectDropdown
Filtering: True
OpenOnClick: True
DataSource: Remote via WebAPIAdaptor
Thanks
Tuariq