I'm defining a combo as follows:
SelectedRoleIdsString = new string[] {"1", "2"};
Hello,
Thank you for the update and patience. I have done some further looking into this matter and the reason the items are returned in a string comma separated is because of the nature of the form submit. The form games the values directly from the input instead of through a method of the combo.
Hi Mike
I'm not using either, it's on an MVC form, so the HTML for the controls is wrapped in:
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