Can you recommend good data grid component for Zend Framework?
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.
I would recommend using ZendX_Jquery with jqGrid, which is a jQuery Plugin and very Advanced Grid component.
This might be a late answer but there is a new library (Pike) which is built on top of Zend Framework and jqGrid you might like it! You can find it either on GitHub as well.
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.
Take a look at this one: http://code.google.com/p/zendscaffolding/
Simple, powerful, supports data relationship (1-N, N-N)
Use dojox.grid.DataGrid with data from Zend_Dojo_Data.