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
30
Update grid Data increase memory of browser and it doesn't release memory reference
posted

Hi everyone,

When I update iggrid data then my browser's memory keeps increment.

It makes my browser is out of memory and reopen on IE 11. I used function: $(`${gridId}`).igGrid("dataSourceObject", data).igGrid("dataBind"); to update.

I checked the memory on Google chrome and I captured the result below:

After searching the first time, the data is about 400Mb

Then I research, the data is increased to more than 600Mb.

I want it only takes 400mb as the first searching.

Please give me some advice about this situation, let me know if you don't understand what I ask for, I will respond as soon as possible.

Thanks and best regards.

Trung