Completed
Last Updated: 26 Oct 2015 15:41 by ADMIN
ADMIN
Hristo
Created on: 05 Oct 2015 11:19
Category: TreeView
Type: Bug Report
1
FIX. RadTreeView - when LazyMode is set to true and accessibility settings are enabled on the device (e.g. the narrator is running) performance is very low or OutOfMemory exception gets thrown.
Workaround:

this.radTreeView1.EnableRadAccessibilityObjects = false;
0 comments