刷新WPF中的itemsource后抛出异常

时间:2013-09-27 04:11:02

标签: c# wpf exception dispatcher

刷新数据源然后单击网格上的单元格后,它只会抛出异常。这似乎是一个线程问题。

任何人都知道这个问题的根本原因或者会出现在哪种情况下?

这是错误消息和堆栈跟踪。异常消息:Object reference not set to an instance of an object

Stack Trace

  

[System.NullReferenceException:对象引用未设置为对象的实例。]       在Syncfusion.Windows.Controls.Cells.VirtualizingCellsControl.InvalidateCell(CellSpanInfoBase span,Boolean dirtycelluielemet)       在Syncfusion.Windows.Controls.Grid.GridControlBase.InvalidateCell(CellSpanInfoBase span)
      在Syncfusion.Windows.Controls.Grid.GridModel.InvalidateCell(CellSpanInfoBase span)       在Syncfusion.Windows.Controls.Grid.GridDataTableModel.b__4()       在System.Windows.Threading.ExceptionWrapper.InternalRealCall(委托回调,对象args,Int32 numArgs)       在MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source,Delegate方法,Object args,Int32 numArgs,Delegate catchHandler)

0 个答案:

没有答案