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.
Loading RealGrid...
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;
}