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

[Solved] ComboBox Events

1 Answer 170 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
DK
Top achievements
Rank 2
DK asked on 27 Aug 2009, 01:28 PM
Is there any event in radcombobox like textbox's event onClientTextChanged.
in combobox it is onClienttextChange which ido no want.
i just want to fire event when the selected text of the combobox changed.
i am using onkeypress but it is not giving me the correct out put as if i click the mouse then event is not fired.
i want to check something is the selected value is empty on client side

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 Aug 2009, 05:51 AM
Hi DK,

I would suggest you to use the OnClientSelectedIndexChanging event which fires when the selected item is being changed. You may refer the following help article for more details.
OnClientSelectedIndexChanging

Thanks
 Princy
Tags
ComboBox
Asked by
DK
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Share this question
or