If use DisplayOptions.rowHoverMask property, you can specially display the data row in which the mouse is over. The size of the mask can be specified in RowHoverMask.extent property through below RowHoverMaskExtent.
grid.loadStyles({
body: {
rowHover: {
background: "#200000ff"
}
}
});