Completed
Last Updated: 26 Jun 2012 03:17 by Jesse Dyck
Svetlin
Created on: 19 Jun 2012 04:56
Category: GridView
Type: Bug Report
1
FIX. Closing a form in CellDoubleClick event causes NullReferenceException in RadGridView
Closing a form in CellDoubleClick event causes NullReferenceException in RadGridView.
1 comment
Jesse Dyck
Posted on: 26 Jun 2012 03:17
Source of problem:
Class ComponentInputBehavior 
-> OnMouseUp(ByVal e As MouseEventArgs)
-> Dim element As RadElement = MyBase.Owner.ElementTree.GetElementAtPoint(MyBase.Owner.ElementTree.RootElement, e.Location, Nothing)
=====> MyBase.Owner is nothing