Hi Tim,
The OnClientItemSelected seems to be suitable for the purpose. Please try to trigger the blur event in a setTimeout function:
function onClientItemSelected(sender, args) {
setTimeout(function () {
var $ddl = $(sender.get_element());
$ddl.trigger("blur");
$ddl.children('.rddlInner').removeClass('rddlFocused');
});
}
Here are some resources related to the suggested sample above:
I hope this will help.
Kind regards,
Doncho
Progress Telerik
Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).