How to Set DataBoundGrid to Display at the same time

Now I see display row by row!

1 Reply

AD Administrator Syncfusion Team August 4, 2003 05:20 AM UTC

Before loading your data, call this.grid.BeginUpdate(); After loading the data, call this.grid.EndUpdate(); // and if the grid does not show, also call // this.grid.Refresh();

Loader.
Up arrow icon