You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There happens double updating when using cell bottom-right corner's drag-copy. Using this method triggers double update link actions, as the other one's are without value. This wouldn't be a problem if they would trigger update link actions in "proper order", but because they trigger in random different times in browser, it will shoot randomly without value and with wanted value. So in update link file, we have to filter those without value updates out. This causes the actual problem. You cannot use this cell bottom-left corner drag-copy to clean multiple cell data, because of the previous behaviour, you have to filter out update actions without value. It also prevents using DELETE from keyboard, which also triggers updates with no value.
So when using this drag-copy method to copy values to another cells, could these double update actions without value be eliminated in this case?
It would solve all the issues which this causes.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, just downloaded latest SQLPage and latest spreadsheet component, and adding these two files just to it, and doing drag n copy, triggers this behaviour. If it makes some difference, we are using offline version of the spreadsheet component.
Hi,
There happens double updating when using cell bottom-right corner's drag-copy. Using this method triggers double update link actions, as the other one's are without value. This wouldn't be a problem if they would trigger update link actions in "proper order", but because they trigger in random different times in browser, it will shoot randomly without value and with wanted value. So in update link file, we have to filter those without value updates out. This causes the actual problem. You cannot use this cell bottom-left corner drag-copy to clean multiple cell data, because of the previous behaviour, you have to filter out update actions without value. It also prevents using DELETE from keyboard, which also triggers updates with no value.
So when using this drag-copy method to copy values to another cells, could these double update actions without value be eliminated in this case?
It would solve all the issues which this causes.
Thanks!
The text was updated successfully, but these errors were encountered: