I have already set the Background Selected to the Same color as BackGroundActive, so the Selected Cell background should be the same as the SelectedRow Background.
However it comes up as different. I am using v11.1 / Win XP
<Style TargetType='{x:Type igDP:DataRecordCellArea}'> <Setter Property='BackgroundHover' Value='Transparent'/> <Setter Property='BackgroundActive' Value='#FF483D8B'/> <Setter Property='BorderHoverBrush' Value='Transparent'/> <Setter Property='BackgroundSelected' Value='#FF483D8B'/> </Style>
Still not working, All I have is this :
<Style TargetType="{x:Type igDP:CellValuePresenter}"> <Setter Property='BackgroundSelected' Value='#FF483D8B'/> <Setter Property='BackgroundActive' Value='#FF483D8B'/> </Style>
HI,
I am just following up on this thread.
Please let me know if you need further assistance.
Sincerely, Matt Developer Support Engineer
Try this style