Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2815
Grid crash: Message : Index was outside the bounds of the array.
posted

Guys, the xamDataGrid occassionally throws the following exception causing my application to crash.  What exactly does this mean?

Message : Index was outside the bounds of the array.
    Source : Infragistics3.Wpf.v9.2
    Help link :
    Data : System.Collections.ListDictionaryInternal
    TargetSite : Void ValidateIndex(Int32)
    Stack Trace :    at Infragistics.Windows.Helpers.SparseArray.ValidateIndex(Int32 index)
       at Infragistics.Windows.Helpers.SparseArray.SetItem(Int32 index, Object item)
       at Infragistics.Windows.Helpers.SparseArray.set_Item(Int32 index, Object value)
       at Infragistics.Windows.DataPresenter.RecordManager.OnSourceCollectionReset()
       at Infragistics.Windows.DataPresenter.RecordManager.OnSourceCollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
       at Infragistics.Windows.DataPresenter.RecordManager.ProcessChangeNotification(Object sender, Object eventArgs)
       at Infragistics.Windows.DataPresenter.RecordManager.OnChangeNotification(Object sender, Object eventArgs, Boolean isReset)
       at Infragistics.Windows.DataPresenter.RecordManager.System.Windows.IWeakEventListener.ReceiveWeakEvent(Type managerType, Object sender, EventArgs e)
       at System.Windows.WeakEventManager.DeliverEventToList(Object sender, EventArgs args, ListenerList list)
       at System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)
       at System.Collections.Specialized.CollectionChangedEventManager.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)
       at Infragistics.Windows.CollectionViewWrapper.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
       at System.Windows.Data.CollectionView.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
       at System.Windows.Data.ListCollectionView.RefreshOverride()
       at System.Windows.Data.CollectionView.RefreshInternal()
       at System.Windows.Data.CollectionView.Refresh()
       at OCC600.Infrastructure.Dictionary.Containers.BindableCollection`1.<>c__DisplayClassb.<OnCollectionChanged>b__4()