Sets the class for when a selection is made in the row.
Level: Design System Style Class
You can configure this property in the Styles tab of a Design System Object for the Grid class.
Notes:
This property applies only at design time.
This property is defined as follows:
.TabularGrid
{
gx-grid-selected-row-class: GridRowSel
}
Where:
.GridRowSel
{
@include GridRow;
color: yellow;
}
DSO properties that begin with gx- and end with class