I am working with C# and .Net 1.1 (VS 2003). I have a DataGrid docked to fill on a dialog. I then dynamically populate the table that is the source for the DataGrid one element at a time. It seems like when the visible portion of the DataGrid fills up and a scroll bar or two should be displayed the dialog freezes. The dialog still processes some commands. I can scale it up or down but it just gets filled with white space. No other actions are available to the dialog or internal DataGrid. If I cover up the dialog then show it again it is still has stuff visible and is not totally white.
So my question is: What can be done to prevent the dialog from freezing or locking up?