Hi,
first item is getting selected in the below cases.( Mode:2 and selectedItems is NULL). I dont want to select the first item
$.ig.loader("igCombo", function () { ele.igCombo("destroy").igCombo({ autoComplete: true, multiSelection: 2, enableActiveItem: true, mode: 2, selectedItems: null, textKey: "Value", height: "20px", valueKey: "Key", dataSource: ds, enableClearButton: false, dropDownOnFocus: true, });
Hi Gurusamy,
try this one like option for the selected items:
selectedItems: [],
Thanks,
i tried that option too. but it didnt work.
thanks,
guru