I need to make selected xamGrid cell blinks red color based on some data conditions. I need this in code using storyboard. Please help.
Thanks
Hello,
The Storyboards inside the template of the CellControl are used for the VusialStates in order to achieve different appearance of the CellControl under different conditions. For example when a cell is selected it changes its background and its border brush.
I have modified the sample application to use the default style for the CellControl from version 9.2 and also added a Button control and in its Click event I play an animation which forces the Background of the selected cell to blink if the value of the cell contains “1”.
If you need any further assistance please do not hesitate to ask.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Thanks.