Hi,
We use ejAutocomplete with web api adaptor and mutiSelectionMode . The Web API will fetch data from SQL server database. Basically it works except method selectValueByKey(). For example, we want ejAutocomplete to display multiple selections based on several keys (20,21), we call $('#' + controlID).ejAutocomplete("selectValueByKey", keys). However, it failed to work, ejTextbox was empty.
Could you please explain how to use method selectValueByKey() or give example with above scenario?
Thanks,
Jim