Posted 10 July 2022, 12:56 pm EST
Hi teams,
On my web application, i have 2 cells. When end user move mouse cursor to bottom-right corner of cell 1 , SpreadJS will display black plus. End user can hold and move to cell 2 to execute fill handle.
I’m using “RangeChanged” to handle data of the above case. I get current string of cell 2 (that has just copied from cell 1) and validate:
-
“If current string is valid => OK.”
-
“If current string is invalid => setValue of cell 2 to blank.”
When i using setValue, it take about 3-4 seconds to reset current string to blank.
I think setValue make “RangeChanged” loop a few times.
Please help me resolve this issue.
