HighlightSelectedCell
Specifies whether currently selected cell will be highlighted which means it will be rendered differently than other cells inside selected row.
razor
[Parameter] public bool HighlightSelectedCell { get; set; } = true;
Specifies whether currently selected cell will be highlighted which means it will be rendered differently than other cells inside selected row.
[Parameter] public bool HighlightSelectedCell { get; set; } = true;