/** * searchProcessAction * Search the record * @return unknown_type */ public function searchprocessAction() { $this->_helper->ajaxgrid->setConfig(Payments::grid())->search(); }