Ust Grid in admin panel that looks like this: 
How can I remove the "Create New Item" button ?? Or assign another action to it?
Grid Container Designer:
protected function _construct() { $helper = Mage::helper('brain_custommenu'); $this->_blockGroup = 'brain_custommenu'; $this->_controller = 'adminhtml_categorylist'; $this->_headerText = $helper->__('Category List'); $this->_addButtonLabel = $helper->__('Create New Item'); parent::_construct(); } Tried to do so , but the button is not removed!
Need a hint:
- How to remove this knop?
- How to assign another
action?