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
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