Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2915
how to remove row highlighting when I click on any cell in XamDataGrid
posted

Hi,

I have a XamDataGrid. I have configured this setting so that I can disable highlighting on row hover.

<igDP:XamDataGrid.Resources>

     <Style TargetType="{x:Type igDP:DataRecordCellArea}">
     <Setter Property="BackgroundHover" Value="Transparent"/>
     <Setter Property="BackgroundSelected" Value="Transparent"/>
</Style>
</igDP:XamDataGrid.Resources>

Now my problem is when I select any cell then that row gets highlighted. I want to remove row highlighting even if I click on some cell.

How this can be done ? Please help.

I have also attached a screenshot of my issue.

Thanks

Arpita

HighlightIssueOnCellSelection.zip