Skip to content

Instantly share code, notes, and snippets.

@johannest
Last active August 29, 2015 14:17
Show Gist options
  • Save johannest/30872588471369b3b5f6 to your computer and use it in GitHub Desktop.
Save johannest/30872588471369b3b5f6 to your computer and use it in GitHub Desktop.
//one possibility could be, using some kind of callback, e.g:
void onChange(GridEditorChangeEvent e) {
if (validationFailedOrSomething()) {
e.discardChange();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment