Skip to content

Instantly share code, notes, and snippets.

@marti1125
Created June 25, 2013 16:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marti1125/5859861 to your computer and use it in GitHub Desktop.
Save marti1125/5859861 to your computer and use it in GitHub Desktop.
Backgrid events examples
grid.collection.on("backgrid:editing", function(e){
alert('editando..');
});
grid.collection.on("backgrid:selected", function (model, selected) {
alert('hola');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment