This question is locked. New answers and comments are not allowed.
I have gridview which has a custom cell that contains a listbox, in that listbox, drag drop are enabled for the items. when dragging item in the gridview, I got the following unhandled exception:
at MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData)
at MS.Internal.XcpImports.MethodPack(IntPtr objectPtr, String methodName, Object[] rawData)
at MS.Internal.XcpImports.UIElement_TransformToVisual(UIElement element, UIElement visual)
at System.Windows.UIElement.TransformToVisual(UIElement visual)
at Telerik.Windows.Controls.GridView.Scrolling.GridViewScrollViewerAdapter.GetCoordinatesStartPoint(UIElement targetVisual, Point currentPoint)
at Telerik.Windows.Controls.GridView.Scrolling.ScrollViewerCoordinator.AdjustScrollViewer(IScrollViewerAdapter viewerAdapter, Point currentPoint)
at Telerik.Windows.Controls.GridView.Scrolling.ScrollViewerCoordinator.scrollViewerScrollTimer_Tick(Object sender, EventArgs e)
at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
the thing is I can't try catech the exception from my code, it seems like it's coming from the gridview internal logic. is this a known issue?
Thanks
at MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData)
at MS.Internal.XcpImports.MethodPack(IntPtr objectPtr, String methodName, Object[] rawData)
at MS.Internal.XcpImports.UIElement_TransformToVisual(UIElement element, UIElement visual)
at System.Windows.UIElement.TransformToVisual(UIElement visual)
at Telerik.Windows.Controls.GridView.Scrolling.GridViewScrollViewerAdapter.GetCoordinatesStartPoint(UIElement targetVisual, Point currentPoint)
at Telerik.Windows.Controls.GridView.Scrolling.ScrollViewerCoordinator.AdjustScrollViewer(IScrollViewerAdapter viewerAdapter, Point currentPoint)
at Telerik.Windows.Controls.GridView.Scrolling.ScrollViewerCoordinator.scrollViewerScrollTimer_Tick(Object sender, EventArgs e)
at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
the thing is I can't try catech the exception from my code, it seems like it's coming from the gridview internal logic. is this a known issue?
Thanks