Since upgrading a project from 15.2 to version 16.1 of wingrid we are getting the following exception.
Hi Mike,I have sent you the download link on the case associated with this forum thread.
Thanks,Josheela
Could we expect to see a service release for this today May 20?
There's no great way to work around the issue. About the only thing you could do is derive your own control from the grid and override the OnAfterExitEditMode method and then don't call the base. This would work around the issue, but it would be somewhat onerous and have a couple of side effects. First, it would prevent the grid's AfterExitEditMode event from firing, and second, it might cause problems with IME mode (which may no matter to you).
Until the service release is there anything we can code differently to fix the issue?
Hi Mike, There was a fix in grid's SyncImeMode method prior to the release of 16.1 to support the new AutoEditMode feature added in 16.1.We were able to reproduce a similar Null Reference Exception in the SyncImeMode method once we set the ActiveCell to null/nothing in the AfterCellUpdate event of the grid and we have a fix for the same which is expected to be made public in the bi-weekly build scheduled for 5/20.In the mean time if you can send me a sample to reproduce and verify the issue would be great.