removeButton('add'); $this->_controller = 'adminhtml_paymentrequest'; $this->_blockGroup = 'epay'; $this->_headerText = Mage::helper('epay')->__('Payment requests'); } protected function _prepareLayout() { $this->setChild('grid', $this->getLayout()->createBlock($this->_blockGroup . '/' . $this->_controller . '_grid', $this->_controller . '.grid')->setSaveParametersInSession(true)); return parent::_prepareLayout(); } }