This is a migrated thread and some comments may be shown as answers.

Null Reference Exception while scrolling with OnDemandAutomatic

1 Answer 39 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
John
Top achievements
Rank 1
John asked on 10 Apr 2013, 01:02 AM
   at Telerik.Windows.Controls.RadDataBoundListBox.get_LastRealizedDataItem()
   at Telerik.Windows.Controls.VirtualizationStrategy.RefreshViewportOnItemAdded(IDataSourceItem addedItem)
   at Telerik.Windows.Controls.RadVirtualizingDataControl.UpdateViewportOnItemsChange(NotifyCollectionChangedEventArgs e)
   at Telerik.Windows.Controls.RadVirtualizingDataControl.OnItemsChanged(NotifyCollectionChangedEventArgs e)
   at Telerik.Windows.Controls.RadDataBoundListBox.OnItemsChanged(NotifyCollectionChangedEventArgs e)
   at Telerik.Windows.Controls.Primitives.DataControlBase.OnListSourceCollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
   at Telerik.Windows.Data.RadListSource.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
   at Telerik.Windows.Data.RadListSource.SourceCollectionChangedOverride(NotifyCollectionChangedEventArgs e)
   at Telerik.Windows.Data.RadListSource.OnSourceCollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
   at Telerik.Windows.Data.RadListSource.Telerik.Windows.Data.IWeakEventListener.ReceiveEvent(Object sender, EventArgs e)
   at Telerik.Windows.Data.WeakEventHandler`1.ProcessEvent(Object sender, EventArgs e)
   at Telerik.Windows.Data.WeakEventHandler`1.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
   at System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
   at System.Collections.ObjectModel.ObservableCollection`1.InsertItem(Int32 index, T item)
   at System.Collections.ObjectModel.Collection`1.Add(T item)
   at RadarLove.ViewModels.PrivateChatThreadsViewModel.<>c__DisplayClassa.<>c__DisplayClassc.<GetThreads>b__7()

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 11 Apr 2013, 07:21 AM
Hi John,

Thanks for writing.

Can you please submit a demo project which we can use to reproduce the exception on our side? Since we are not aware of similar issue currently, this will help us investigate it provide you with a fix as soon as possible.

Regards,
Deyan
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
DataBoundListBox
Asked by
John
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or