Hemant
Hemant

Reputation: 1

Magento:- Add Grid in Admin Form

Iam generating a form in Magento Adminhtml. I have two list boxes Category and SubCategory which are populated cascadingly. Now after click or change event of subcategory list i want to display magento grid(grid with paging filtering) JUST below that subcategory list.

I dont know which block to use to show that grid.

Help appreciated. -Thanks Hemant

Upvotes: 0

Views: 2928

Answers (2)

Ahmed Kooli
Ahmed Kooli

Reputation: 763

Try to look in Mage files , magento already using grid into form, look in this file : core/Mage/Adminhtml/Block/Catalog/Category/Tap/Product.php Product.php is a grid , to check the result from back-office, check catalog->manage categories then click on category products tab

Upvotes: 6

boruch
boruch

Reputation: 463

There are many tutorials on creating a grid. Maybe this one will help? http://www.webspeaks.in/2010/08/create-admin-backend-module-in-magento.html

Upvotes: -1

Related Questions