This is a migrated thread and some comments may be shown as answers.

Combobox with checkboxes

1 Answer 77 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
rms
Top achievements
Rank 1
rms asked on 08 Nov 2012, 10:32 PM
Hi,

I have a RadCombobox on the page with checkboxes in it. This is to achieve multiple selection in my combobox. Depending on what the user selects i need to populate another combobox.
My issue is OnItemChecked event fires for every single selection. User would definitely not like this. I want the user to be able to finish all his selections and then fire an event to populate another combobox. Is there a solution for this?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 10 Nov 2012, 03:25 PM
Hello,

To achieve this functionality, You have to put one more Button, on this button click you can perform your logic, Which you want to do on OnItemChecked.

Because, How can i know CheckBox checked by user(s) is the last one?

Thanks,
Jayesh Goyani
Tags
ComboBox
Asked by
rms
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or