You Can do this by using is_system attribute for example:

$this->addColumn('column_name', array(
    'header'    => Mage::helper('warranty')->__('Batch Number'),
    'align'     => 'left',
    'width'     => '120px',
    'index'     => 'column_name',
    'is_system' => true,
));

Now column with column_name will not be exported.

Categories: Magento

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *