Has anyone had success using a template with autocomplete?
I attempted the demo on the site:
template: '<span class="k-state-default"><img src=\"../../content/web/Customers/#:data.CustomerID#.jpg\" alt=\"#:data.CustomerID#\" /></span>' +
'<span class="k-state-default"><h3>#: data.ContactName #</h3><p>#: data.CompanyName #</p></span>',
I have tried various combinations like this:
<input kendo-auto-complete k-data-text-field="'$id'"
k-data-source="all_ledger" ng-model="search"
k-template="'data.name'" >
It appears that the syntax for Kendo Angular is different in this case?