I am using Kendo MVC Autocomplete. How do I set the selected value?
A bit of background. My page has the autocomplete control, and allows users to select a client via the autocomplete. If the client is not found, it provides an option to add a new client via a kendo popop window.
After the new client is saved to my db my datasource is refreshed. But the issue is the client I just added must be selected in the Autocomplete box. When I search for the client it does show up, but it must be automatically selected when my new client popup closes.
Any help will be appreciated.