Problem using enableLightMouseNavigation()

Hi mates!

I’m updating Grid in our WEB-app.
We were using 1,5 version and now we are using 2,5.

I would like to disable automove in grid due to mouse movement over rows when using enableLightMouseNavigation() command. Is there any parameter or function to change this behaviour?

Thanks

Which effect you need from enableLightMouseNavigation? if you need only single-click row edit, it can be achieved with

grid.enableEditEvents(true, false, true);