I can't get the onTextChanged event to fire without the SelectedIndexChanged event firing for some reason with a Combobox. What am  I doing wrong.
They both fire, or none fire, and the SelectedIndexChanged always fires first and then calls the onTextChanged Event.
Can I at least change the event order when firing?

Go to the complete details ...