My question is identical to this one: http://www.telerik.com/community/forums/preview-thread/wpf/gridview/raddatapager-radgridview-refresh.aspx, but unfortunately, the original poster who claimed to have solved it didn't actually post what he did. :-\
I have a RadDataPager bound to
.
I have a listbox that has its ItemsSource set to:
When the underlying collection 'Bar' changes, those changes aren't being reflected in the listbox and I'm not sure why.
Any thoughts?
thanks.
mike
I have a RadDataPager bound to
ObservableCollection<Foo> Bar<telerik:RadDataPager x:Name="radDataPager" Source="{Binding Bar}"/>I have a listbox that has its ItemsSource set to:
<ListBox ItemsSource="{Binding PagedSource, ElementName=radDataPager}"/>When the underlying collection 'Bar' changes, those changes aren't being reflected in the listbox and I'm not sure why.
Any thoughts?
thanks.
mike
