Hi, is it possible to get a mouse hover event and the list item under the mouse?
I tried doing a JQuery hover on the item elements of the ListView but it never fires. Has anyone tried to accomplish this?
1 Answer, 1 is accepted
0
Magdalena
Telerik team
answered on 19 Jan 2016, 09:17 AM
Hi Thomas,
The jQuery works properly on our side. Try the following:
$(".k-listview > div").on("mouseover", function (e) {
console.log(e.toElement);
});
Regards,
Magdalena
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!