Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

How to bind AutoComplete related property to another field

$
0
0

Hi Richard, FYI, I came cross the same issue and it seems now we can get all fields from the autocomplete, through the select event

     function onSelect(e) {
        var item = this.dataItem(e.item.index());
        $('#customer-name').val(item.Name);
    }


Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>