I wonder if it is possible to use a multiselect combobox in a grid column and display the select items like seen in this demo:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxcombobox/multiselect.htm
When I set the grid editor to
editor.jqxComboBox({ source: myAdapter, multiSelect: true, displayMember: ‘label’, valueMember: ‘value’ });
I can select the different items, but when the editor is closed, the selected items are not displayed as seen in the combobox example above.
Any help / examples appreciated.
Thanks,
Timo