I am using a custom LabelPresenter for the grid. On Mouse over, there is a Blue Glow on the lower part of the header. how to disable this?
<Style x:Key="rowHeaderRed" TargetType="{x:Type igDP:LabelPresenter}" BasedOn="{StaticResource {x:Type igDP:LabelPresenter}}">
i tried removing the BasedOn part. still the same. looks like some animation in default styles. Please advice how to disable this
Thanks
-Sarin
That works..
Hi,
You just need to add the LabeHighlight property set to Tranparent to your style.
<Setter Property="LabelHighlight" Value="Transparent" />
Let me know if you have any questions.
I'm creating a case for you with the details from our chat. I'll post here when we've resolved your question.
Helloo...
Any solution for this?? this is bit urgent.
Thanks...