when my page opens, I call the collection and populate the view:
var pagColl = new pgCollection(e.models); var pagView = new pgView({collection: pagColl});
I was facing the same issue. I call the view.undelegateEvents() method.
view.undelegateEvents()
Removes all of the view's delegated events. Useful if you want to disable or remove a view from the DOM temporarily.