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

RadCombobox question

2 Answers 21 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Zeev
Top achievements
Rank 1
Zeev asked on 08 May 2017, 03:22 PM

I am using RadCombobox with client side events. I detect selection change by using the OnClientSelectedIndexChanged event.

This event is not raised when the user changes the selection by using the keyboard arrow down and up keys.

I tried to use the event onclientkeypressing for that but it is fired before the selecion is changed. How can I find out using client side event(s) that a selection has been changed when using the keyboard ?

 

Thanks

Zeev

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 May 2017, 10:05 AM
Hi Zeev,

There is a similar forum thread where you can find information that you are looking for: OnClientSelectedIndexChanged not firing.


Best regards,
Rumen
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Zeev
Top achievements
Rank 1
answered on 09 May 2017, 12:43 PM

Thanks Rumen,

I actually discovered later that OnClientSelectedIndexChanged  is fired when the user tabs out of the control and that is good enough for what I need

 

Thanks

Tags
General Discussions
Asked by
Zeev
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Zeev
Top achievements
Rank 1
Share this question
or