Hi. I’ve found the wat to get the group name, but when i try to return the item to the combobox it is placed to final of list and not in his category. My source is something like:
$(“#combobox”).jqxComboBox(‘addItem’, {
value: value[“id”],
label: value[“name”],
group: value[“group”]
});
Some idea?
Regards.