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

Get each contents of text portion of combo on each keystroke?

2 Answers 27 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 08 Nov 2010, 10:57 PM
I would like a server side event (Ajax) handler be called on each key stroke in text portion of combo.  Was wondering how to set up the control to do that?  I know that that the behavior of TextChanged is only on form submit, but was looking for an Ajax type event.

Thanks in advance

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 09 Nov 2010, 08:43 AM
Hello,


The ItemsRequested event occurs when the EnabledLoadOnDemand property is True and the user types text into the input field or clicks on the drop-down toggle image when the list is empty. Place the RadComboBox in AjaxPanel to ajaxify the operation.

Find out a related demo: ComboBox / Load on Demand modes



-Shinu.
0
John
Top achievements
Rank 1
answered on 09 Nov 2010, 10:40 PM
Thank you!
Tags
ComboBox
Asked by
John
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
John
Top achievements
Rank 1
Share this question
or