Guys,
I have pretty much scoured the Internet looking for an answer to this question, with various replies that have not panned out. Here it is: I have a XamDataGrid bound to a DataTable.DefaultView. Is it possible to style a property of a cell (foreground, for example) when the user changes the value in that cell? What would it look like in the XAML if possible?
Thanks very much to anyone who can answer this for me!
Hello,
Have you look at that forum thread, where the the animation is done with a EventTrigger for the ValueChanged event:
http://community.infragistics.com/forums/p/29248/125353.aspx#125353
I briefly looked at it today and it seems that might be the answer I was looking for. I'll play around with it some more and see. Thanks for pointing me in the right direction!