Modifier and Type | Origin and Description |
---|---|
public void |
BBjGridExWidget.BBjGridExWidget.executeUpdateTransaction(GxClientTransactionModel transaction!, BBjNumber batchUpdate!)
Execute a bulk update on the grid The transaction method is to pass a transaction object to the grid containing rows to add, remove and update. The grid keeps all active sorting, grouping and filtering, including updating to reflect the changes in the data should the sorting, grouping or filtering be impacted. Updating using transactions is the best way to do large updates to the grid, as the grid treats them as delta changes, so the grid only refreshes what is needed giving a performance boost. All row and range selection will be kept. Note that all update done on the grid will reflected also on the ResultSet instance which is the grid is using.
|
public void |
BBjGridExWidget.BBjGridExWidget.executeUpdateTransaction(GxClientTransactionModel transaction!)
Execute a bulk update on the grid The transaction method is to pass a transaction object to the grid containing rows to add, remove and update. The grid keeps all active sorting, grouping and filtering, including updating to reflect the changes in the data should the sorting, grouping or filtering be impacted. Updating using transactions is the best way to do large updates to the grid, as the grid treats them as delta changes, so the grid only refreshes what is needed giving a performance boost. All row and range selection will be kept. Note that all update done on the grid will reflected also on the ResultSet instance which is the grid is using.
|