If grid is created with args.highlight = true, user is allowed to hover over the line, line is going to be highlighted, user can click. lineClicked event is fired. If the grid is "highlightable" the line will become "selected" and lineSelected event will fire up, the line will remain highlighted after user moves the cursor away from the line.
What about selection and edit mode?