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
525
Remove dashed border from active row
posted

Is there a property that i can change in XAML to remove the dashed border that appears around the active row in a XamDataGrid?

Thanks,

Jamie

Parents
No Data
Reply
  • 30945
    Verified Answer
    Offline posted

    Hello Jamie,

     

    You can remove this rectangle by adding the following style for DataRecordCellArea in the Resource section of the XamDataGrid:

     

    <Style TargetType="{x:Type igDP:DataRecordCellArea}">

         <Setter Property="FocusVisualStyle" Value="{x:Null}"/>

    </Style>

     

    If you require any further assistance please do not hesitate to ask.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

Children
No Data