Hi Peter
Thanks for your info. Sorry I still am unable to “un”-select. My code looks like:
var srcCompany = { datatype: "array", localdata: fltCompany };
var datCompany = new $.jqx.dataAdapter(srcCompany, {uniqueDataFields: ["CompanyId"]});
$("#cmbImpCompany").jqxComboBox({ source: datCompany, displayMember: "CompanyName", valueMember: "CompanyId", disabled: false });
the combobox is working and I can select an entry. However…
$('#cmbImpCompany').jqxComboBox({ selectedIndex: -1 });
…does not have any effect !? Is there another way to achieve what I need?
Thx & cheers,
P.