GXT - ComoboBox with Multi select feature
问题 I have a task to design a control of size ComboBox (GXT) with Multi-select feature. I tried to set CheckBoxListView using setView of ComboBox but did not seemed to work. Can anybody please guide me if there is any way using the GXT framework I can achieve this? PS: I found a component called XComboBox in sencha forum (java class, source code) which works good, but cant be used as its under GNU GPL License Thanks in advance! 回答1: Thanks @smiletolead for your guidance, I found a solution by