Good day,
I am having an issue with the Pivot grid when trying to drag a field into any of the pivot field boxes (row, column, and Value fields - Filter field works for some reason), in which an application exception appears at "Application.Run(New Form1())" in the Program.cs, so that doesn't actually give any information. The stack trace gives:
at Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.LoadDropinPivotCalculations(GridStyleInfo style, Int32 dragIndex, Int32 dropIndex, GridControlBase sourceControl)
at Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropinPivotCalculations(GridStyleInfo style, Int32 dragIndex, Int32 dropIndex, GridControlBase sourceControl)
at Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropinPivotCalculations(GridStyleInfo style, GridControlBase sourceControl)
at Syncfusion.Windows.Forms.PivotAnalysis.GridList.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at Syncfusion.Windows.Forms.ScrollControl.WndProc(Message& msg)
at Syncfusion.Windows.Forms.Grid.GridControlBase.WndProc(Message& msg)
at Syncfusion.Windows.Forms.Grid.GridControl.WndProc(Message& msg)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
Do you have any ideas as to what may be causing this?
Thank you!