Can you recommend good data grid component for Zend Framework?
I would recommend using ZendX_Jquery with jqGrid, which is a jQuery Plugin and very Advanced Grid component.
I'm using http://www.datatables.net and feed them with customized JSON via Zend REST which gets all the data from models right away. Works pretty fine.
You have to generate the JSON Code by yourself, but the datatable worth it.
Use dojox.grid.DataGrid with data from Zend_Dojo_Data.
There is also http://code.google.com/p/kontorx/
This library is very elastic. You can render data as HTML table or Ext.DataGrid (JavaScript)
Live examples shows full implementation.