This question is locked. New answers and comments are not allowed.
We are getting a huge memory leak in the rad grid view
I tested it with the latest version for the Telerik.Windows.Controls.GridView.dll is 2010.3.1110.1040 ( Runtime version v2.0.50727)
I am not sure if this is helpful but here is the stack trace from the profiler
Does anyone have ever faced this issue , my radgrid are very simple with few columns ( one some column that have data template) the data bound to the grid updates very fast so the memory starts blotting heavily in short time.
I tested it with the latest version for the Telerik.Windows.Controls.GridView.dll is 2010.3.1110.1040 ( Runtime version v2.0.50727)
I am not sure if this is helpful but here is the stack trace from the profiler
ESP:311c808:Root: 1b4cfae0(Telerik.Windows.Controls.GridView.GridViewRow)-> 1b4d2834(Telerik.Windows.Controls.GridView.DetailsPresenter)-> 1b4d0518(Telerik.Windows.Controls.GridView.SelectiveScrollingGrid)-> 1b4d170c(System.Collections.Generic.Dictionary`2[[MS.Internal.IManagedPeerBase, System.Windows],[System.Object, mscorlib]])-> 1b4d33dc(System.Collections.Generic.Dictionary`2+Entry[[MS.Internal.IManagedPeerBase, System.Windows],[System.Object, mscorlib]][])-> 1b4d3170(System.Windows.Controls.Border)-> 1b4d31e0(System.Collections.Generic.Dictionary`2[[System.Windows.DependencyProperty, System.Windows],[System.Windows.EffectiveValueEntry, System.Windows]])-> 1b4d322c(System.Collections.Generic.Dictionary`2+Entry[[System.Windows.DependencyProperty, System.Windows],[System.Windows.EffectiveValueEntry, System.Windows]][])-> 1b5f3a88(Telerik.Windows.Controls.GridView.SelectiveScrollingGrid+BindingHelperProxy)-> 1b5f3d2c(System.Collections.Generic.Dictionary`2[[System.Windows.DependencyProperty, System.Windows],[System.Windows.EffectiveValueEntry, System.Windows]])-> 1b5f3d78(System.Collections.Generic.Dictionary`2+Entry[[System.Windows.DependencyProperty, System.Windows],[System.Windows.EffectiveValueEntry, System.Windows]][])-> 1b5f3d18(MS.Internal.ModifiedValue)-> 1b5f3bd8(System.Windows.Data.BindingExpression)-> 09fcde08(Telerik.Windows.Controls.GridView.GridViewScrollViewer)-> 09c9b7a8(Telerik.Windows.Controls.RadGridView)-> 09c9d594(System.EventHandler`1[[Telerik.Windows.Controls.GridView.GridViewDataLoadingEventArgs, Telerik.Windows.Controls.GridView]])-> 09c99344(FOREXTraderSL.UI.MarketNews)-> 09e38a14(System.Windows.Controls.ContentPresenter)-> 09e388ec(System.Windows.Controls.Grid)-> 09e39864(System.Windows.Controls.ContentPresenter)-> 09e398d8(System.Windows.Controls.Border)-> 09e37cac(System.Windows.Controls.ContentControl)-> 09e38b90(System.Windows.Controls.Grid)-> 09c98484(Telerik.Windows.Controls.RadPaneGroup)-> 09c98864(System.Collections.ObjectModel.ObservableCollection`1[[Telerik.Windows.Controls.RadPane, Telerik.Windows.Controls.Docking]])-> 09c98880(System.Collections.Generic.List`1[[Telerik.Windows.Controls.RadPane, Telerik.Windows.Controls.Docking]])-> 09cd32e4(System.Object[])-> 09c98ae8(Telerik.Windows.Controls.RadPane)-> 09c98ee8(System.Windows.SizeChangedEventHandler)-> 09cf6360(FOREXTraderSL.MainPage)-> 09d0d1a0(Telerik.Windows.Controls.RadPane)-> 09d0d5a4(FOREXTraderSL.UI.ActivityGrid)-> 09d0dc94(FOREXTraderSL.Grids.ActivityLogGrid)-> 09d0e6a8(Telerik.Windows.Controls.GridViewColumnCollectionInternal)-> 09d0e6fc(System.Collections.Generic.List`1[[Telerik.Windows.Controls.GridViewColumn, Telerik.Windows.Controls.GridView]])-> 09d13620(System.Object[])-> 09d1426c(Telerik.Windows.Controls.GridViewDataColumn)-> 09d1436c(System.Collections.Generic.Dictionary`2[[System.Windows.DependencyProperty, System.Windows],[System.Windows.EffectiveValueEntry, System.Windows]])-> 13069c44(System.Collections.Generic.Dictionary`2+Entry[[System.Windows.DependencyProperty, System.Windows],[System.Windows.EffectiveValueEntry, System.Windows]][])-> 09c31910(System.Windows.Style)-> 09cddfb8(Telerik.Windows.Controls.GridViewDataColumn)-> 09cd5428(FOREXTraderSL.Grids.RatesGrid)-> 12e51aa0(Telerik.Windows.Controls.GridView.ContainerTracking`1[[Telerik.Windows.Controls.GridView.GridViewRowItem, Telerik.Windows.Controls.GridView]])-> 12e34224(Telerik.Windows.Controls.GridView.ContainerTracking`1[[Telerik.Windows.Controls.GridView.GridViewRowItem, Telerik.Windows.Controls.GridView]])-> 12e13d9c(Telerik.Windows.Controls.GridView.ContainerTracking`1[[Telerik.Windows.Controls.GridView.GridViewRowItem, Telerik.Windows.Controls.GridView]])-> 12dfa524(Telerik.Windows.Controls.GridView.ContainerTracking`1[[Telerik.Windows.Controls.GridView.GridViewRowItem, Telerik.Windows.Controls.GridView]])-> 12dfa3a4(Telerik.Windows.Controls.GridView.GridViewRow)-> 12dfc220(Telerik.Windows.Controls.GridView.DataCellsPresenter)-> 12e11688(Telerik.Windows.Controls.GridView.ContainerTracking`1[[Telerik.Windows.Controls.GridView.GridViewCellBase, Telerik.Windows.Controls.GridView]])-> 12e0fac8(Telerik.Windows.Controls.GridView.ContainerTracking`1[[Telerik.Windows.Controls.GridView.GridViewCellBase, Telerik.Windows.Controls.GridView]])-> 12e0f91c(Telerik.Windows.Controls.GridView.GridViewCell)-> 1b994828(System.Windows.Controls.StackPanel)-> 1b99488c(System.Collections.Generic.Dictionary`2[[MS.Internal.IManagedPeerBase, System.Windows],[System.Object, mscorlib]])-> 1b9948d8(System.Collections.Generic.Dictionary`2+Entry[[MS.Internal.IManagedPeerBase, System.Windows],[System.Object, mscorlib]][])-> 1b994210(System.Windows.Controls.TextBlock)-> 1b9d16d8(System.Collections.Generic.Dictionary`2[[MS.Internal.IManagedPeerBase, System.Windows],[System.Object, mscorlib]])-> 1b9d1760(System.Collections.Generic.Dictionary`2+KeyCollection[[MS.Internal.IManagedPeerBase, System.Windows],[System.Object, mscorlib]]) Does anyone have ever faced this issue , my radgrid are very simple with few columns ( one some column that have data template) the data bound to the grid updates very fast so the memory starts blotting heavily in short time.
