I have a column 'ID' in my grid, i am hiding that column from the data grid using
$grid->setColumnsHidden(array('id'));
But I need that 'ID' column in my report, I am doing an excel export using
$grid->setExport(array('excel'));
Is it possible to do that?? If so please help me out here...
Thanks in advance...