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 Nash,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Hi Stefan,
Sometimes one can overlook the simplest of the things...
Your solution works perfectly! Thank you so much! I can hardly believe my oversight.. Sha!
To conclude, this is what I was supposed to do:<igDP:XamDataGrid BindToSampleData="True" Name="xamDataGrid"> <igDP:XamDataGrid.Resources> <SolidColorBrush Color="Transparent" x:Key="{x:Static igWindows:PrimitivesBrushKeys.DropTargetStrokeKey}" /> </igDP:XamDataGrid.Resources></igDP:XamDataGrid>
Once again, thank you so much!
Regards,
Nash
Hello,
I have created a sample project with the functionality you want.
Hope it helps you.
And I am working with this namespace:
xmlns:igWindows="clr-namespace:Infragistics.Windows.Controls;assembly=Infragistics3.Wpf.v10.1"
This is what I am doing:
1. Add fresh copies of DataPresenterGeneric_Brushes.xaml and DataPresenterGeneric_Express.xaml into my project.
2. Add the Brush you suggested in DataPresenterGeneric_Brushes.xaml
3. Build and run my application.
And still the highlight remains! :(
Is this the right way or am I missing something here?