hi,
i'm looking for a way to get kendo autocomplete selected index or selected object i have tried this fiddler working fine but i need to access those properties with button click
how can i do it
$('button').on('click', function(e){ var value = $('#autocomplete).data('kendoAutoComplete').value();});only i can get this far. is there any other way to get whole object or selected index?
