After refreshing its data source then clicking a cell on the grid, it just throws an exception. It seems to be a threading issue.
Anyone know the root cause for this issue or in which scenario it will occur?
Here's the error message and stacktrace. Exception Message: Object reference not set to an instance of an object
.
Stack Trace
[System.NullReferenceException: Object reference not set to an instance of an object.] at Syncfusion.Windows.Controls.Cells.VirtualizingCellsControl.InvalidateCell(CellSpanInfoBase span, Boolean dirtycelluielemet) at Syncfusion.Windows.Controls.Grid.GridControlBase.InvalidateCell(CellSpanInfoBase span)
at Syncfusion.Windows.Controls.Grid.GridModel.InvalidateCell(CellSpanInfoBase span) at Syncfusion.Windows.Controls.Grid.GridDataTableModel.b__4() at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)