This question is locked. New answers and comments are not allowed.
Hi,
I'm suffering memory issues when I using DomainDataSource.RefreshInterval.
RadGridView tiny increase memory each intervals.
Eventaully after a few days, browser is gone.
(RadControls 4_2011_1_0502 and Silverligth 4.60310.0)
Regards,
Yonghan Yoon
I'm suffering memory issues when I using DomainDataSource.RefreshInterval.
RadGridView tiny increase memory each intervals.
Eventaully after a few days, browser is gone.
(RadControls 4_2011_1_0502 and Silverligth 4.60310.0)
<t:RadGridView x:Name="dataGrid" AutoGenerateColumns="True" ItemsSource="{Binding ElementName=bookDomainDataSource, Path=Data}"></t:RadGridView><riaControls:DomainDataSource AutoLoad="True" RefreshInterval="00:00:05" d:DesignData="{d:DesignInstance my1:Book, CreateList=true}" Height="0" LoadedData="DomainDataSource_LoadedData" LoadingData="DomainDataSource_LoadingData" Name="bookDomainDataSource" QueryName="GetBooksQuery" Width="0"> <riaControls:DomainDataSource.DomainContext> <my:TestDomainContext /> </riaControls:DomainDataSource.DomainContext></riaControls:DomainDataSource>Yonghan Yoon