SmartClient Version: SC_SNAPSHOT-2011-01-06/PowerEdition Deployment (built 2011-01-06)
Windows XP
IE9, FF17
I have a TreeGrid that refreshes on a Timer, when there is no data during the refresh, memory seems to be stable. When there is data in the TreeGrid, upon every refresh memory with the browser(s) steadily grow until an Out Of Memory browser error is shown.
It appears the TreeGrid is holding on to the data after every refresh? Any thoughts as to what I can check or do code wise?
Upon further testing, it appears IE9 has a memory issue, memory keeps growing when there's data being returned in the TreeGrid. FF17 appears to have a steady memory footprint and does not grow when there's data being returned in the TreeGrid.
Any experience with IE10?
Windows XP
IE9, FF17
I have a TreeGrid that refreshes on a Timer, when there is no data during the refresh, memory seems to be stable. When there is data in the TreeGrid, upon every refresh memory with the browser(s) steadily grow until an Out Of Memory browser error is shown.
It appears the TreeGrid is holding on to the data after every refresh? Any thoughts as to what I can check or do code wise?
Upon further testing, it appears IE9 has a memory issue, memory keeps growing when there's data being returned in the TreeGrid. FF17 appears to have a steady memory footprint and does not grow when there's data being returned in the TreeGrid.
Any experience with IE10?
Comment