Quote Originally Posted by Mone
Hi,

please note that the heavy part on the browser is the DOM manipulation (and 8736 fields are a lot of work).

first of all try to remove all visual effects if any on the snapshot events with something like this:

in the onItemUpdate handler


in the onChangingValues handler


let me know if this helps.
Thank you for your help !

I tried with the your guide, I can remove visual effect change background color with first loading page (It's very good ). But with some visual effects : set price color, format value null ... they always execute.

- I have idea : Can you bind about from 20 to 30 rows one time, then they bind continue to data end. Because If i bind about 20 items. It's very fast. If can, please guide for me.

Thank you very much.