Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
Igcombo selecting first index value by default in disabled case
posted

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,
});