Hi
Is there an example to populate the combobox with remote data only when the user click on the magnifying glass ?
I was able to
1. Change the icon
2. Call the daCustomers.dataBind() in the combobox on(‘open’) event.
3. Set parameters in the datasource processData function.
4. Refresh the Combobox in the datasource loadComplete with $(“#cboCustomers”).source = daCustomers;
Questions
1. Is teh open event the correct event to use ?
2. Must the datasource async: false ?
3. Is there an example that can point me in the right direction ?
Kind regards