SMART datagrid v.1 > Examples

Back  Forward

Row Hovering Mask  Example

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. 

RowHoverMaskExtent.
Grid - 1
rows
Code -1
    grid.loadStyles({
        body: {
            rowHover: {
                background: "#200000ff"
            }
        }
    });

  

View Source JSP 

See Also
DisplayOptions.rowHoverMask
RowHoverMask
RowHoverMaskExtent