Hi,
So I have traced it down to my dropdown box, when my dropdown box list is bound to a node in my model with 650 items it takes about 6.5 seconds, but if it is bound to a node with only 15-20 items then switching back to the table only takes around 1 second.
What is going on here? Is it re-rendering the page?
*update
So added this piece of code to the table
oTable.addDelegate({ onAfterRendering : $.proxy(function(){
console.log('table rendered');
}, oTable)});
It is infact rendering the page twice when switching back to the tab, this happens with the shell and I also tested it with only using a tabstrip and same amount of delay.
Why is this happening? Anyone had a similar issue?
Message was edited by: Stam anatic