0

I am looking for something like combobox with checkbox selection(second one on that page, the picklist):

http://www.smartclient.com/smartgwt/showcase/#multi_select_combobox_category

please give code snippet to get selected checkboxes values from combobox in GWT EXT.

thanks.

1 Answers1

0

You can use the LovCombo, this component implements a combobox with checkboxes inside. Take a look at: http://lovcombo.extjs.eu/

Eduardo B.M.
  • 111
  • 1
  • 9
  • And the example the TS links does as well, but his problem is he can't get the selected items. – Styxxy Oct 28 '12 at 11:04