Quantcast
Channel: Silverlight Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 801

Created Issue: Silverlight 5 RowStyle with Binding does not redraw DataGrid [10102]

$
0
0
I have a datagrid with a RowStyle. Within the RowStyle I use a Setter for Background with a Binding which should be supported in SL5. When the underlying property change the Background does not change immediately. However if I scroll around in the grid then the rows are redrawn with correct background.

<sdk:DataGrid Grid.Row="1"
Grid.Column="1"
Margin="0,5,5,5"
AutoGenerateColumns="False"
ItemsSource="{Binding Path=...}"
SelectedItem="{Binding Path=..., Mode=TwoWay}">
<sdk:DataGrid.RowStyle>
<Style TargetType="sdk:DataGridRow">
<Setter Property="Background" Value="{Binding Path=RowColor}" />
</Style>
</sdk:DataGrid.RowStyle>

Viewing all articles
Browse latest Browse all 801

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>