Completed
Last Updated: 04 Apr 2014 15:25 by ADMIN
Scott
Created on: 02 Apr 2014 11:28
Category: Kendo UI for jQuery
Type: Feature Request
1
Add support to the AutoComplete widget for binding the ID of the selected record
Add support to the AutoComplete widget for binding ID of selected item to the value of the record being edited.  At the you can only bind the text-field.  This is useless for related records.
It's not good for much if you can't bind the id of the selected record, like in the Combo.
It should also have an option to only allow matching records.  So if the user types something that doesn't match it won't bind... and validation can pick up a null value that way....
1 comment
ADMIN
Telerik Admin
Posted on: 04 Apr 2014 15:25
I think what you request is supported using the valuePrimitive attribute (http://docs.telerik.com/kendo-ui/api/web/autocomplete#configuration-valuePrimitive) of the autocomplete widget. 

See this demo for further reference:
http://demos.telerik.com/kendo-ui/web/autocomplete/mvvm.html