Hi,
After reading through the forums I’ve decided to avoid using enableLightMouseNavigation in favour of enableEditEvents which only uses the features I need for my work.
I also wanted to use something similar for hovering over the rows and began to use enableRowsHover but I noticed that it adds the class name at the cell level of the table/grid whereas enableLightMouseNavigation appears to apply the class name at the row level.
Is there a reason why they don’t work the same?
Thanks