Hello,
just tried this on a list grid:
But it seems that after you set it once, it doesn't change? After my method above, I do invalidateCache, and it still uses the old operation when fetching.
just tried this on a list grid:
Code:
private void handleOperationId(boolean setEnabled){ GWT.log("handleOperationId: " + operationId + ", setEnabled: " + setEnabled); grid.setFetchOperation(setEnabled ? operationId : null); }
Comment