Hi,
We're using comboTree component, inside a cardView window in our web application.
When we creates a floating window which holds about 8 - 12 comboTree components,
we noticed the view creation takes a lot of time (about 2300 ms) , and that the main reason is when creating all the contained comboTree components.
We created a similar demo -
http://jsfiddle.net/xFy42/21/Where you can see in console, that creating 10 comboTrees takes about 900-1000 ms in average. you can see also that we're creating the most light ComboTree fields (without any bound retrieved data or custom callbacks or any added logic at their generation).
Is there a way to improve the performance when creating comboTree or to implement this scenario more efficient?
Thanks in advance.