Hi Raj Kumar,
Thanks for contacting Syncfusion support.
Yes, you can change the autocomplete dataSource at dynamically using instance of object. Also, you can trigger the change event while entering the any text in Autocomplete. Please refer to the following code example:
|
function onChange(args) {
var obj = $('#autocomplete').ejAutocomplete("instance");
obj.option("dataSource", mobileList); // pass the dataSource which you want
} |
Please refer to the following sample demo:
Please refer to the following API link:
Please let us know if you need any further assistance.
Regards,
Selvamani S.