<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Integrating problem</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/integrating-problem</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/integrating-problem/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>emo.antonov on Integrating problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/integrating-problem#p17976</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/integrating-problem#p17976</guid>
        	        	<description><![CDATA[<p>OK, if someone else have this problem too, here is the solution. As you see above in my previous post i was using this style to make instance:</p>
<p>$grid = Bvb_Grid::factory(&#39;Bvb_Grid_Deploy_JqGrid&#39;, $this-&#62;_config, &#39;abuses&#39;);</p>
<p>and here is the right way, and it works now:</p>
<p>$grid = new Bvb_Grid_Deploy_JqGrid($this-&#62;_config);</p>
]]></description>
        	        	<pubDate>Wed, 16 Jun 2010 18:07:38 +0300</pubDate>
        </item>
        <item>
        	<title>emo.antonov on Integrating problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/integrating-problem#p17969</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/integrating-problem#p17969</guid>
        	        	<description><![CDATA[<p>Hi guys. I am asking you for your support. I have trouble with integrating the jqGrid (this awesome plugin). I just downloaded archive, include everything and start integrating. Here i should say i am using Zend Framework. And the problems i have are (version jquery.jqGrid-3.7.1):&#160;</p>
<p>- first problem was: uncaught  exception: jqGrid - No such method: navGrid - OK here i think i have solution, and it is to replace jquery.jqGrid.min.js (66KB) with same file from ZFDatagrid-0.6.5 - Sample project - jquery.jqGrid.min.js(204KB)</p>
<p>- Now grid is shown, but here is starting my second problem. Column sorting and paging not working. I&#39;ve tried to catch what happens in FF console - and there everything looks fine - request are send, parameters are ok, but responce is aways same</p>
</p>
<p>here is my code:</p>
<p>abusesController.php</p>
<p>$abuses_model = new Model_Abuses();<br />$abuses = $abuses_model-&#62;getAbuses();<br />$config = new Zend_Config_Ini(&#39;../application/configs/grid.ini&#39;, &#39;production&#39;);</p>
<p>$grid = Bvb_Grid::factory(&#39;Bvb_Grid_Deploy_JqGrid&#39;, $this-&#62;_config, &#39;abuses&#39;);<br />$grid-&#62;setSource(new Bvb_Grid_Source_Array($abuses));</p>
<p>$grid-&#62;ajax(get_class($grid));</p>
<p>$this-&#62;view-&#62;grid = $grid-&#62;deploy();</p>
</p>
<p>abuses.phtml</p>
<p>&#60;?php echo $this-&#62;jQuery();?&#62;</p>
<p>&#60;?php echo $this-&#62;grid; ?&#62;</p>
</p>
<p>Thanks in advance.</p>
]]></description>
        	        	<pubDate>Wed, 16 Jun 2010 15:59:13 +0300</pubDate>
        </item>
</channel>
</rss>