I would like to trigger a function on lost focus for ComboBox separately from change event. Meaning I would like to call one function on change event, but another on lost focus.
Is that possible?
Best regards
1 Answer, 1 is accepted
0
Kiril Nikolov
Telerik team
answered on 30 Sep 2013, 06:01 AM
Hi Igor,
You can use jQuery's focusout event, to bind a method that will be executed when the focus is moved out of the ComboBox. You can use the input that is used in the ComboBox to attach the handler to.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!