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
Hello Trung,
Thank you for using Infragistics forums!
Is it possible to share a sample that reproduces this memory leak or at least your grid configuration and the version of Ignite UI that you are using?
When I tried reproducing it with a small sample of my own I couldn't find anything suspicious. Here are my profiling results from MS Edge with each snapshot being taken after calling
$('#grid').igGrid("dataSourceObject", data).igGrid("dataBind");
I am looking forward to hearing from you!
Best regards,
Stamen Stoychev
Hi Stamen,
Thanks for your reply, I will try to make a sample for you. But before I finish it, can you test update a huge data on the IE11. I got a problem with ~5000 objects, each object has ~400 values. It only appears on IE11. That would be nice if you can use IE11 to test this. I know IgNiteUI is perfect for other browsers, but I want it to work well on IE11 too.
TrungNT