Grid Redraw/Refresh

Is there anyway to stop the Grid From drawing itself or repainting automattically? When doing a lot of formating it seems the Grid jumps around alot. I would prefer it to just not show anything and wait until I call refresh.

1 Reply

AD Administrator Syncfusion Team March 2, 2005 11:57 PM UTC

Try calling grid.BeginUpdate before you start your changes, and then call grid.EndUpdate after the changes. You may then have to call grid.Refreah to repaint everything.

Loader.
Up arrow icon