RealGrid2 Guide
Style & Theme
Focus Style

focus style

Directly sets the background color of the row with focus and the background color inside the focus.

Check the background color of the focus row and focus.

gridView.displayOptions.useFocusClass = true;

The classes of focused cells and rows are as follows. rg-focused-cell, rg-focused-row

.rg-focused-cell{
   background: #FF00ff;
}
 
.rg-focused-row{
   background: #FFFF00;
}