548549550551552553554555556557558
// we can clear all validation errors and re-enable the OK button memberValuesGrid.discardAllEdits(); okButton.enable(); // redraw grid with the new values memberValuesGrid.redraw(); } } }); masterValueItem.addChangedHandler(new ChangedHandler() {