How can I disable the visual effect on the RecordSelector on mouse over event.
I want to see the RecordSelector only on the current record.
Thanks
Hello,
Please take a look at this article about the mouseover effect in the grid.
http://forums.infragistics.com/forums/p/4652/22694.aspx#22694
Hope this helps you.
Here is what I did,
It works, but there is still a problem. When the record is selected, the arrow does'nt apears automaticaly all the time. For some reason, sometimes it's not shown and if I move the mouse over, then it appears and stay.
<EventSetter Event="MouseEnter" Handler="RemoveSpecialEffect"/>
</Style>
{
}
else
Maybe when re-templating the Record Selector, some of the triggers for the visibility of the arrow of the selector have been lost or broken.
I think the RecordSelector is Transparent by default. I cannot find a way to turn it to black when the record is selected.