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
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