<?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: build jqgrid before rendering</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/build-jqgrid-before-rendering</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/build-jqgrid-before-rendering/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on build jqgrid before rendering</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/build-jqgrid-before-rendering#p17090</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/build-jqgrid-before-rendering#p17090</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sure ther is.</p>
<p>Suppose you have build a object like</p>
<p>mygridbase = {</p>
<p>url:&#39;some&#39;,</p>
<p>colModel : [</p>
<p>...here the names</p>
<p>]</p>
<p>...</p>
<p>}</p>
</p>
<p>Then it is easy to manipolate this object and call then</p>
</p>
<p>$("#mygrid").jqGrid(mygridbase);</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 12 May 2010 12:32:18 +0300</pubDate>
        </item>
        <item>
        	<title>softmasters on build jqgrid before rendering</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/build-jqgrid-before-rendering#p16986</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/build-jqgrid-before-rendering#p16986</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Short version of the question:</p>
<p>I need to build a jqgrid step-by-step, by adding or changing some options at a time, and then render the grid when I&#39;ve finished the work with the options.<br />Is it possibile? How may I achieve this?</p>
<p>Long version of the question:</p>
<p>I&#39;ve written a generic base class in php, which creates a jqgrid command with some options.<br />This base class contains the basic methods for building the grid and creating a skeleton jqgrid command.</p>
</p>
<p>Then, I have some other classes which extend the base class and should modify the existing options or add new options to the basic jqgrid, such as edit buttons and so on.</p>
<p>I&#39;m looking for a simple way to do that, without having to remap the options in php.</p>
<p>Is there a way to create an instance either of jqgrid or of the options object and then modify it before rendering the grid?</p>
<p>Thank you</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Thu, 06 May 2010 20:46:22 +0300</pubDate>
        </item>
</channel>
</rss>