I Have a combo with the load on demand settings enabled , i must set the initial value.
i try use editor.igCombo('value', record.IdFinalPro) but no select the value.
wath can i do?
thanks.
Hello Jorge,
Thank you for contacting us.
You should use initialSelectedItems.
Please take a look at the sample I created for you - load on demand + initial selected items - http://jsfiddle.net/9b4dgo14/1/.
Let me know if you need anything else.