Getting the CellsChanged event

Hi! I am using DataBoundGrid to get some realtime data. I place the data into DataTable and then pass it on to the grid as the DataSource to use. However as I get new data I want the cells that have been changed (not created) to change color for like a second or so. Could anybody give me a hint on how to achieve that? Thanks a lot. Best, Artem.

1 Reply

AD Administrator Syncfusion Team August 10, 2004 01:07 PM UTC

This is not simple. Here one sample that uses a helper class on another thread to manage blinking. BlickCellSample_8261.zip

Loader.
Up arrow icon