This article describes how does Magento’s mass actions work and how to add them in your existing grids.
You need to do 2 things:
- extend the block (grid) class with “protected function _prepareMassaction()”
- add an action into your controller, which will handle your desired logic.
Read more










