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

multi select checkboxes combobox selectedIndexChanged vs. TextChanged

1 Answer 87 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
MRa
Top achievements
Rank 1
MRa asked on 12 Sep 2013, 01:18 PM
I have a multiple selection checkbox combobox, i've seen threads that say i should be using selectedIndexChanged but also threads that say i should be using TextChanged. Essentially both events are doing the same thing for me, is there one that i should/should not be using? 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Sep 2013, 04:25 AM
Hi MRa,

The SelectedIndexChanged event occurs when the user select a new  item in the drop-down. This event will respond when the user changes the current selection.The TextChanged event occurs when the text in the input area changes.This can be happen when the user types the custom text or to changing the selected item. This event only occurs when the user hits Enter or clicks outside the RadComboBox.

Thanks,
Shinu.
Tags
ComboBox
Asked by
MRa
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or