Unplanned
Last Updated: 18 Jan 2024 20:26 by Augusto
Richa
Created on: 26 Sep 2019 11:39
Category: Grid
Type: Feature Request
11
mouseover event for rows in kendo grid

Hi, 

 

There is no event to cater mouse-over events for rows in k-grid. This is important if we need to perform something row specific.

Also, this is not achievable through javascript events. So it should be a feature in Kendo.

 

Thanks!

Richa

2 comments
Augusto
Posted on: 18 Jan 2024 20:26
This would be a nice feature. I want to show a custom tooltip anchored to the row element and depending on the dataItem values, but it doesn't seem possible. I'm currently doing it for a column cell using mouseenter, mouseleave and mousedown.
ADMIN
Dimiter Topalov
Posted on: 03 Oct 2019 10:13

Hello Richa,

Thank you for submitting this feature request. We will track the customer demand here, and will consider adding such an enhancement, based on the interest.

Meanwhile, depending on what the exact desired behavior on hover is, you can try applying a custom class to the Grid rows conditionally via the rowClass callback, and combine the custom class with the CSS :hover pseudo-class selector to customize the Grid layout and behavior for the respective rows:

https://www.telerik.com/kendo-angular-ui/components/grid/api/GridComponent/#toc-rowclass

I hope this helps.

Regards,
Dimiter Topalov
Progress Telerik

Get quickly onboarded and successful with your Telerik and Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.