Completed
Last Updated: 18 Feb 2015 14:51 by ADMIN
ADMIN
Ivan Todorov
Created on: 02 Jan 2015 15:41
Category: GridView
Type: Bug Report
1
FIX. RadGridView - null reference exception when disposing an orphaned self-reference grid
If a RadGridView instance is not disposed explicitly and it is left for the finalizer to dispose, a null reference exception will be thrown. This can happen if the grid is not in the control tree of a form. The exception is caused by the fact that the SelfReferenceDataProvider is disposed twice in this case.
0 comments