-- Guillaume Oriol <[EMAIL PROTECTED]> wrote (on Tuesday, 09 December 2008, 06:27 AM -0800): > AFAIK, there is no View Helper for dojox.grid.Grid. > Is there such a class incubating at this time? > > If not what would be the starting point to create it? > Create My_Dojo_View_Helper_Grid and extends what class (Dijit)? > What existing class could I use as a model?
Roy from the Studio team and I will be working on such a component for 1.8. Currently, It's relatively easy to accomplish -- create your grid markup, tie it to a data store that point to a ZF controller action. In that action pull from your model, and push the results into a Zend_Dojo_Data object and echo it. -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
