-
New Feature
-
Resolution: Done
-
Normal
-
5.0.8
-
None
Currently, the rendering of the model takes place when setModel() and setItemRenderer() is called. It means the tree items will be rendered twice if both of them are called. Thus, the performance is better if we could defer the rendering to the onInitRender event as we did for grid and listbox.
- relates to
-
ZK-1007 A tree is rendered twice while onInitModel and onInitRender events
- Closed