07-26-2017 07:29 AM
Hello All,
I have around 15000 Array Elements which i want to update in tree View based on Indentation value, its taking more than 30 min even after using defer panel update properties.
Is there anything we can do to optimize the execution time.
07-26-2017 07:48 AM
I do not think you can see all the elements at once, so why not try to update only the elements that are shown? You would need to keep track of where in the list the user is viewing, whether the user changes the scroll bar etc.
mcduff