I have implemented RadDataGrid control, and datasource binding is from viewmodel.
When RadDataGrid scrolled at the last item of list (i.e scrolled at the bottom of the RadDataGrid control) it throws this exception
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Telerik.UI.Xaml.Controls.Grid.IndexStorage.ValueForIndex(Int32 index, Boolean approximate)
at Telerik.Data.Core.Layouts.CompactLayout.UpdateAverageLength(Int32 startIndex, Int32 endIndex)
at Telerik.UI.Xaml.Controls.Grid.NodePool`2.MeasureVertically(RadSize availableSize, Double offset, Double bufferScale)
at Telerik.UI.Xaml.Controls.Grid.NodePool`2.OnMeasure(RadSize availableSize, Double offset, Int32 frozenElement
Note - Its just a simple binding with not pagination or any sort of complex binding.