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