How to use JSON data with kendoAutoComplete
I’m learning to use Kendo with jQuery. I have downloaded a sample Kendo UI from their website and am adding an autocomplete widget for employees which needs to be sourced from ’employees-list.json’ I have successfully implemented the autocomplete widget using hard coded data: <p>Search Member: <input id="member-auto-complete" /></p> <script> $(‘#member-auto-complete’).kendoAutoComplete({ dataSource: ["Ant", "Antilope", "Badger", "Beaver",… Read More How to use JSON data with kendoAutoComplete