Magento Coding Solutions

Magento, linking grid row links to other modules

my module is "managedesign" create Edit Ulr 
"managedesign_id" module tabel 'primary key'

$rowdata=$row->getData();

$editUrl= $this->getUrl('*/adminhtml_managedesign/edit/', array('id' =>$rowdata['managedesign_id']));

No comments:

Post a Comment