Hi,
I have been trying to remove the Highlight (Blue color border) that appears on the GroupByArea of the XamDatagrid while we drag a column into it for the first time, but haven't been able to do so!
This does sound like a very simple query but I have been trying to remove this highlight for quite some time now and would really appreciate some guidance.
I am attaching an image to put forward my query more clearly. Please help!
Thank you!
Hello,
Thank you for your post. I have been looking into it and I suggest you add the following SolidColorBrush in your XamDataGrid’s Resources:
<SolidColorBrush Color="Transparent" x:Key="{x:Static igWindows:PrimitivesBrushKeys.DropTargetStrokeKey}" />
Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Hi Stefan,
Thank you for your reply!
But some how this is not working, the blue highlight still persists. I added a fresh copy of the default styles in my project, added this Brush but in vain.
Am I missing something here? Please help!
Thank you,
Nash