Is there a equivalent to the $(document).on function for the clientSelectedIndexChanging and clientSelectedIndexChanged events for a RadCombobox in jQuery?
1 Answer, 1 is accepted
0
Viktor Tachev
Telerik team
answered on 20 Aug 2015, 01:22 PM
Hi Rene,
If you would like to add handlers for the client events of RadComboBox via JavaScript you can use an approach similar to the one illustrated below:
function selectedIndexChangedHandler(sender, args) {
alert("selected index changed");
}
Regards,
Viktor Tachev
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items