Hey VWG guys! Sorry if I get a little bit annoyed over this next post but my customers are getting very angry and I need something to go right with this VWG project.
Guys I hope this following issue can be fixed ASAP. We need V6.1 for other fixes, but some changes you have made to the DataGridView breaks half our applications navigation.
We rely on many grids where once the user double clicks a row, the grid control is removed from the parent control collection, and a different user control is added, that can display more details about the grid row clicked. Some new changes have been made so that whenever a grid is removed from a control collection, every single DataGridViewCell in that grid has its reference back to the DGV set to NULL!!! This then throws an exception during the event processing!
I was going to make a sample app, but then I realised I already made a similar sample app that reproduces the problem. Download the sample app attached to this issue and check it out, under VWG V6.1. All you have to do is double click one of the rows - a null ref exception will be thrown.
Oh and this raises an intresting question targeted at Ori Cohen. Looking at this thread here, apparently he used the sample app above on V6.1 "20 times" without problems (trying to reproduce another issue mentioned in that thread). I don't see how you could have tested the issue when the sample app is completely broken under V6.1?