Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2045
How to make grid cell blinks?
posted

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

Parents
  • 30945
    Verified Answer
    Offline posted

    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

    SelectedCellAnimation1.zip
Reply Children
No Data