Hi!
I have store+grid on my page. There are also a task with direct event, which contains
    this.mainStore.DataSource = someNewDataTable;
    this.mainStore.DataBind();
After couple of days with page opened, IE used memory becomes ~500MB. Is there chance that such behavior caused by store rebinding? How can I free memory or something?