Hi,
I have a remote service that returns an array of strings: [“abc”, “def”, “hig”, …] that I would like to use for remote auto completion on the ComboBox.
Is it possible to use a DataAdapter for this? Or will I need to find a way to change the remote service?