Often we want a separate delay time for the opening of menus and closing. Please consider adding independent hover delays.
$("#menu").kendoMenu({
...
hoverDelay: 400
...
});
or
$("#menu").kendoMenu({
...
hoverDelay: {
open: 100
, close: 500
}
...
});
Hello Mark,
Thank you for logging this feature request.
I've changed the status of the issue to "Unplanned". The community can vote for the request, and if shows interest, we will consider implementing it in a subsequent release.
Regards,
Neli
Progress Telerik