reproducible in themes where foreground of cells is changed on selected (i.e. VisualStudio2013) Workaround: add cell template to the column <telerik:GridViewDataColumn.CellTemplate> <DataTemplate> <TextBlock Text="{Binding Property, Converter={StaticResource converter}}" /> </DataTemplate> </telerik:GridViewDataColumn.CellTemplate>