Conflict Between enableLightMouseNavigation and onRowSelect

I have turned on the enableLightMouseNavigation setting in the grid. I’m also using the onRowSelect() to trigger an event elsewhere in my page. Whenever I hover over a row, the onRowSelect is called. Using the onEditCell() instead of the onRowSelect() won’t be suitable for me, as not all my cells are editable. Is there a way to have both of these working at the same time?

Thanks!

Hello? Any support available out there?

Wow, great help. I guess I’ll be looking into different controls. :frowning:

This is an expected behavior.
enableLightMouseNavigation() method allows you to select a row just hovering a mouse over it.