Unplanned
Last Updated: 27 Feb 2018 09:50 by ADMIN
ADMIN
Martin
Created on: 27 Feb 2018 09:47
Category: GridView
Type: Bug Report
0
GridView: Foreground is not updated when setting text via a converter in DataMemberBinding for boolean property
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>
0 comments