<?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: editGridRow with JQuery animate</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/editgridrow-with-jquery-animate</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/feature-request/editgridrow-with-jquery-animate/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>nickelj on editGridRow with JQuery animate</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/editgridrow-with-jquery-animate#p20555</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/editgridrow-with-jquery-animate#p20555</guid>
        	        	<description><![CDATA[<p>Just a quick update - I added this feature myself (for now).</p>
</p>
<p>On line 73 you will see this:</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery(mw).prepend(mh);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; if(appendsel===true) { jQuery(&#39;body&#39;).append(mw); } //append as first child in body -for alert dialog<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; else {jQuery(mw).insertBefore(insertSelector)<span style="color: #ff0000;">.fadeIn()</span>;}<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; if(typeof p.jqModal === &#39;undefined&#39;) {p.jqModal = true;} // internal use</p>
</p>
<p>Just add the text shown in red above.</p>
<p>The other thing you need to do is add recreateForm:true to your edit and add options.&#160; For example:</p>
</p>
<p>&#160;&#160; jQuery("#list").jqGrid(&#39;navGrid&#39;,&#39;#pager&#39;,{del:true, add:true, edit:true, view:true, search:false},<br />{editCaption:"Clicked Edit Button", recreateForm:true, editData:{formname:&#39;GOTHERE&#39;}},{addCaption:"Clicked Add Button", recreateForm:true, editData:{formname:&#39;addform&#39;}});<br />&#160;&#160; jQuery("#list").jqGrid(&#39;filterToolbar&#39;,{stringResult:true, searchOnEnter:false});</p>
</p>
<p>Enjoy!</p>
<p>Jim</p>
]]></description>
        	        	<pubDate>Fri, 29 Oct 2010 02:59:33 +0300</pubDate>
        </item>
        <item>
        	<title>nickelj on editGridRow with JQuery animate</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/editgridrow-with-jquery-animate#p20554</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/editgridrow-with-jquery-animate#p20554</guid>
        	        	<description><![CDATA[<p>A very nice visual feature would be to be able to pass parameters to the editGridRow so that we could use the JQuery animate when creating the modal form.</p>
</p>
<p>That way it could nicely fade-in/out or zoom in (grow from small to big). The animations would be quick so they wouldn&#39;t take up unneccesary time, but they would add that level of polish that would make it look very professional.</p>
</p>
<p>In the meantime, I looked at the createModal function in the grid.common.js, but I was unsure where/if I could add a jquery.animate statement.</p>
<p>Animating the box for the grid would be nice too, but it was mostly the gridEdit modal boxes.</p>
<p>Jim</p>
]]></description>
        	        	<pubDate>Fri, 29 Oct 2010 02:39:23 +0300</pubDate>
        </item>
</channel>
</rss>