<?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: custom jqGrid distribution</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/custom-jqgrid-distribution</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/discussion/custom-jqgrid-distribution/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on custom jqGrid distribution</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/custom-jqgrid-distribution#p3969</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/custom-jqgrid-distribution#p3969</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I use Dean <a href="http://dean.edwards.name/packer/" target="_blank">Edwards packer</a>. Also making packed version is not travial task. The first that you should do is - when you modify the code to be a sure that you use strick language writting - that is after every line you should write ; where aplicable and etc. With other words if this is not statisfied you can not create a packed version. More you can find on the web</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 14 Jan 2009 08:33:29 +0200</pubDate>
        </item>
        <item>
        	<title>griduser on custom jqGrid distribution</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/custom-jqgrid-distribution#p3946</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/custom-jqgrid-distribution#p3946</guid>
        	        	<description><![CDATA[<p class="MsoNormal"><span>We are evaluating a few javascript frameworks and were looking at the grid widget offered by dfferent frameworks.</span></p>
<p class="MsoNormal"><span>We are using jqGrid as a part of jquery evaluation.</span></p>
<p class="MsoNormal"><span>We are using subgrid with editable cells. So there are certain columns in the subgrid that need to be made editable.</span></p>
<p class="MsoNormal"><span>The subgrid rows are made editable by clicking a button similar to &#39;Row Editing&#39; -&#62; &#39;Custom Edit&#39;<span>&#160; </span>example that you have in the jqGrid demos.</span></p>
<p class="MsoNormal"><span>At a given point in time, only one sub grid row needs to be editable (there might be several rows in a subgrid).</span></p>
<p class="MsoNormal"><span>&#160;I had to modify grid.inlineedit.js to pass the subgrid id along with the row id so that I can &#39;restore&#39;<span>&#160; </span>&#39;other&#39; subgrid rows that were made editable by the user.</span></p>
<p class="MsoNormal"><span>if( typeof oneditfunc === &#8220;function&#8221;) { oneditfunc(rowid,<strong>this.id</strong>); } </span></p>
<p class="MsoNormal"><span>I also don&#39;t want to fire a server side call on edit of a sub grid cell. So i commented out that part as well.</span></p>
<p class="MsoNormal"><span>Now I&#39;m not sure how to build the file &#8220;grid.pack.js&#8221; with my changes.</span></p>
<p class="MsoNormal"><span>&#160;I ran JSMin on the modified grid.inlineedit.js . But I&#39;m not able to proceeed further.</span></p>
<p class="MsoNormal"><span>Can you please provide instructions on how to build a lean and mean jqGrid distribution with my changes.</span>&#160;</p>
</p>
<p class="MsoNormal"><span>Your help is greatly appreciated.</span></p>
<p class="MsoNormal"><span>thanks,<br />Karthik</span></p></p>
]]></description>
        	        	<pubDate>Mon, 12 Jan 2009 17:16:43 +0200</pubDate>
        </item>
</channel>
</rss>