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
Since 2022.2.802 TreeView renders aria-level and aria-setsize ARIA attributes to its nodes to enhance its Accessibility compliance. Currently this results in decreased performance with large data sets.
Workaround
Override the _ariaItems() method before initializing the TreeView: kendo.ui.TreeView.prototype._ariaItems = function() { return false; }
Reproduction of the problem
Run the following Dojo snippet and check times logged in console