Hi Telerik team,
I have a gridview with dynamic columns. If a cell has different value with previous cell, I have to paint it with other color (sample: red). Do you have any idea for this?
Thanks,
Triet
I have a gridview with dynamic columns. If a cell has different value with previous cell, I have to paint it with other color (sample: red). Do you have any idea for this?
<telerik:RadGridView x:Name="grvDTSummary" Grid.Row="1" MinHeight="340" ColumnWidth="80" MaxColumnWidth="300" |
Style="{StaticResource GridViewNormal}" |
AutoGenerateColumns="True" IsBusy="{Binding IsBusy, Mode=TwoWay}" |
ItemsSource="{Binding Path=ListDTSummary, Mode=TwoWay}"/> |
Thanks,
Triet