How do I get all controls in a grid to update

I am using a grid to layout a bunch of controls. However, the UI does not update unless I select that cell. How do I enable all the controls to update all of the time. e.g. I have a 3x2 grid each with a control that changes colour every second. I want to see all the controls change colour, not just the one I have currently selected Thank you for your help.

1 Reply

AD Administrator Syncfusion Team October 15, 2004 12:21 PM UTC

You can tell the grid to redraw itself by calling either grid.Refresh or grid.RefreshRange.

Loader.
Up arrow icon