AD
Administrator
Syncfusion Team
February 29, 2004 10:32 PM UTC
There is no built-in support for this.
I think you would have to add a timer, and in its Tick event, invalidate the cells you want to animate, setting some state information to indicate the animation state. Then in a CellDrawn event, you could check this animation state information to decide how to decorate the cell(border).