View Full Version : how would I get the selected checkboxes from the combobox?
manju40529
6 Nov 2011, 10:57 PM
Give example to get the selected check box values from combo box...
skirtle
7 Nov 2011, 5:28 PM
ComboBoxes don't have checkbox values.
We're going to need much more information before we'll be able to help you.
manju40529
7 Nov 2011, 8:32 PM
Thanks for your reply...
I am looking for something like that (second one on that page, the picklist) :
http://www.smartclient.com/smartgwt/showcase/#multi_select_combobox_category
(http://www.smartclient.com/smartgwt/showcase/#multi_select_combobox_category)
or have a look at http://lovcombo.extjs.eu/
p (http://lovcombo.extjs.eu/)lease help me..
Regards,
Manju
netemp
8 Nov 2011, 10:24 PM
If the checkbox is there only for allowing multiple selection then you can do this in the combo-box without having checkbox too, by using:
multiSelect:true
Or else, one other way could be to define a template for your combo-box and have a checkbox present there along with having multiSelect set to true.
Hope this helps.
Powered by vBulletin® Version 4.2.3 Copyright © 2019 vBulletin Solutions, Inc. All rights reserved.