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.
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?
Thank you for sharing the codes.
I'm not sure whether or not I exactly understand your issue. I tried creating a new application from the public sample in our GitHub site https://github.com/IgniteUI/igniteui-angular-wrappers, added your rowsRendered handler to it and attached the sample to this response. Does it reproduce your issue?
0844.f121196-app1.zip