You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my app I am using the with binding to change the ui from one object to another but I noticed that this leads to high memory build up as the actual dropdown lists are appended to the body and never destroyed/reused when the object in the with binding is changed.
As a temporary fix I am calling kendo.destroy('body') to avoid this behaviour....
The text was updated successfully, but these errors were encountered:
Hi,
In my app I am using the with binding to change the ui from one object to another but I noticed that this leads to high memory build up as the actual dropdown lists are appended to the body and never destroyed/reused when the object in the with binding is changed.
As a temporary fix I am calling kendo.destroy('body') to avoid this behaviour....
The text was updated successfully, but these errors were encountered: