Example #1
0
 /**
  * Turn off AJAX for this grid, as it kicks back to the Dashboard
  * @see parent
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setUseAjax(false);
 }
Example #2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setId('systemBrontoEmailTemplateGrid');
 }