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

Lost focus event for ComboBox

1 Answer 681 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Igor
Top achievements
Rank 1
Igor asked on 26 Sep 2013, 01:55 PM
Hi,

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

Sort by
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!
Tags
ComboBox
Asked by
Igor
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or