Hi Guys,
I am using jqxComboBox, As per my scenario, no need to bind source to combobox on page load.
I have combobox search and I need to bind source to combobox based on search parameter. There I am sending search parameter
as a querystring to API method and returning results back to view.
I am binding source to combobox with the following code:
var dataAdapter = new $.jqx.dataAdapter(array);
$(“#searchProperties”).jqxComboBox({ source: dataAdapter });
But after binding source, the entered text in the combobox is getting clear automatically even though there are list items.
And also if I select any item from dropdownlist, it is also clearing.
I request you to provide me solution for this.
Regards,
Nagaveni