Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
IGGrid observable memory leak.
posted

Hi,

My project is using Angular6 with Infragistics.Web.ClientUI data source localization resources 18.2.72.

The data source of grid was got from API by an observable (about 100MB).

After these actions:

- Create grid

- Call API.

- update data

- destroy grid and clean data.

At first time, nothing happen but in second time, the response data was keep in js heap.

On [rowsRendered] event, I use function ui.owner.getElementInfo([cell element]) to get column setting.

When comment out that line, the heap memory is cleaned.

So how can i use that function without memory leak.

Kind regards
Long Ho
Parents
No Data
Reply
  • 960
    Verified Answer
    Offline posted

    Hello Long Ho,

    May I ask you a favor?

    Could you kindly create a simple isolated reproducible sample by which we can see your issue on our side and share it with us?

Children