|
I'm using a DataTable-bound DataGridView that has ~20-30 columns of mostly Strings in a Windows Forms Application made in Visual C# 2008 Express. When I load ~40 rows into the table, the application appears to freeze, but 5-10 minutes later, it becomes responsive again (except for the vertical scroll bar, which has un-refreshed garbage in its place). Why is this happening? Thanks in advance.
Vivek
|