Hello, Isomorphic:
We are using:
SmartGWT 13.0
Java 1.8.0.
GWT 2.8.2
Currently, we employ the saveAllEdits() method to perform the save for bulk editing of records. This method has an internal function that is executed at the end of the save process. However, we have noticed a problem: when executing saveAllEdits(), the system enters the dataArrivedHandler() once for each modified record. For example, if 100 records are modified, the dataArrivedHandler() is executed 100 times when pressing the save button.
Is this behavior normal?
Is there a way to prevent the dataArrivedHandler() from being invoked repeatedly for each modified record?
Translated with DeepL.com (free version)
We are using:
SmartGWT 13.0
Java 1.8.0.
GWT 2.8.2
Currently, we employ the saveAllEdits() method to perform the save for bulk editing of records. This method has an internal function that is executed at the end of the save process. However, we have noticed a problem: when executing saveAllEdits(), the system enters the dataArrivedHandler() once for each modified record. For example, if 100 records are modified, the dataArrivedHandler() is executed 100 times when pressing the save button.
Is this behavior normal?
Is there a way to prevent the dataArrivedHandler() from being invoked repeatedly for each modified record?
Translated with DeepL.com (free version)
Comment