I'm defining a combo as follows:
SelectedRoleIdsString = new string[] {"1", "2"};
Hello Tom,
Thank you for contacting Infragistics!
What method are you using to get the selected items, if you use the “selectedItems” method it returns and array where each item contains the data and the html element:
https://www.igniteui.com/help/api/2017.1/ui.igcombo#methods:selectedItems
Whereas if you use “value” it returns the values in an array with each item as their own string:https://www.igniteui.com/help/api/2017.1/ui.igcombo#methods:value
Hi Mike
I'm not using either, it's on an MVC form, so the HTML for the controls is wrapped in: