Hello,
I am trying to use the Group-By in the WinGrid but the application gets freezed up.
To produce the bug, run the application, click on the Fill button to fill the grid. Type something over the text in one cell, for example in the cell with text 'Checking Accounts'. Then click on another cell for example the cell with text "Checking Account 1" and then click on another cell to type in that cell. You can see that the application freezes. I have noticed that if I wait for sometimes and then click another cell the application may not get freezed!
I have found this error to happend due to the relashinships that one column references anther column.
The first thing I noticed about yor sample is that it's using a recursive data source. That's probably the problem.
Check out the WinGrid Performance Guide and take a look at item 4 - Recursion.
Thanks Mike! I set the MaxBand to 5 and it worked. Glad you answered, because I posted this error before and someone has said that it worked on his computer. Why did it work on his computer?