Closing a form in CellDoubleClick event causes NullReferenceException in RadGridView.
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