|
-
Jun 12th, 2006, 02:41 PM
#1
Thread Starter
Fanatic Member
[2.0] How to not refresh that grid.
I need a way to delay refreshing of a data grid until all my edits are done.
I have a dataGridView that is loaded with various data items, and I'd like to
stop painting of the grid while I assemble and load all that needs to be displayed
in order to smooth out the data display. Then, when all the data is loaded into the grid, behind the scenes,
refresh the screen with all the glorious new data.
It wouldn't bother me to "lock down" the whole UserControl if that's what it took.
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|