how change datasource and dataTextField with extent autocomplete kendo when user enter number or text ? for example. I want when user enter id show name in dropdown list and when enter name show name .
You can use the filtering event, check the incoming filter, and based on its type, programmatically filter the dataSource: