Change colour of row on mouseover

Hi there,



Is there a “rowover” type functionality for the grid and treegrid components? I’d like to subtly highlight the row the mouse is currently over. I’ve scanned the API but haven’t seen anything like that.

You can use
    grid.enableRowsHover(true, cssClassName );

where cssClassName - css class which will be applied to row under mouse pointer