New to Telerik UI for WPFStart a free 30-day trial

Stop Showing the Unfocused State

Updated on Jul 17, 2026

When the RadGridView and RadTreeListView controls lost the focus, their selected visual items (GridViewRow and TreeListViewRow) enter an unfocused state which tones down their color (usually the color is changed to light gray). This makes it more clear that the control doesn't have the focus.

Telerik UI for WPF RadGridView showing the unfocused visual state for a selected row

To disable this and keep the selection color that is displayed when the control is focused, set the EnableLostFocusSelectedState property to False.

XAML
    <telerik:RadGridView EnableLostFocusSelectedState="False"/>

Telerik UI for WPF RadGridView keeping the focused selection color after the control loses focus

Not finding the help you need?
Contact Support