public function __construct()
 {
     parent::__construct();
     if (Mage::helper('smvendors')->getVendorLogin()) {
         $this->setCountTotals(false);
     } else {
         $this->setCountTotals(true);
     }
     //        $this->setCountSubTotals(true);
     //$this->setTemplate('report/grid.phtml');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setCountTotals(true);
 }