<?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: Jqgrid with button "add"</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add</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/jqgrid-with-button-add/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Jqgrid with button "add"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p9335</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p9335</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Use addRowData method- see docs</p></p>
]]></description>
        	        	<pubDate>Fri, 04 Sep 2009 05:31:19 +0300</pubDate>
        </item>
        <item>
        	<title>Simone on Jqgrid with button "add"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p9332</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p9332</guid>
        	        	<description><![CDATA[<p>I need to add a new empty row on top of the grid, but I cannot find the addGridRow method anymore. Was it replaced by something else?</p>
]]></description>
        	        	<pubDate>Fri, 04 Sep 2009 05:27:39 +0300</pubDate>
        </item>
        <item>
        	<title>YamilBracho on Jqgrid with button "add"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p2672</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p2672</guid>
        	        	<description><![CDATA[<p>Glad to hear that</p>
<p>My english is not so good, too 🙂 but my portuguese is worse</p>
<p>Nao foi nada, <br />Ate logo</p>
]]></description>
        	        	<pubDate>Fri, 24 Oct 2008 15:20:26 +0300</pubDate>
        </item>
        <item>
        	<title>adriells on Jqgrid with button "add"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p2671</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p2671</guid>
        	        	<description><![CDATA[<p>Thanks very much! And, if my english is poo,r is because I write from Brazil, all right? <img class="spSmiley" style="margin:0" title="Smile" src="/blog/wp-content/plugins/simple-forum/tinymce/plugins/emotions/img/smiley-smile.gif" border="0" alt="Smile" /></p>
]]></description>
        	        	<pubDate>Fri, 24 Oct 2008 14:25:56 +0300</pubDate>
        </item>
        <item>
        	<title>YamilBracho on Jqgrid with button "add"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p2664</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p2664</guid>
        	        	<description><![CDATA[<p>Taken from the sample:</p>
<p>$("#badata").click(function(){<br />&#160;&#160;&#160; jQuery("#addgrid").editGridRow("new", {height:280,reloadAfterSubmit:false});<br />});</p>
<p>Also I think jQuery(#grid").addGridRow("new") needs the "options" parameter</p>
]]></description>
        	        	<pubDate>Thu, 23 Oct 2008 15:15:00 +0300</pubDate>
        </item>
        <item>
        	<title>adriells on Jqgrid with button "add"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p2663</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p2663</guid>
        	        	<description><![CDATA[<p>Ok, I using:</p>
<p>function add()<br />&#160;&#160;&#160; {<br />&#160;&#160;&#160; var gr = jQuery("#grid").addGridRow("new");<br />&#160;&#160;&#160; if( gr != null ) <br />&#160;&#160;&#160; &#160;&#160;&#160; jQuery("#grid").editGridRow(gr,{height:220,reloadAfterSubmit:false}); <br />&#160;&#160;&#160; else <br />&#160;&#160;&#160; &#160;&#160;&#160; alert("Select a row!");<br />&#160;&#160;&#160; }</p>
<p>and "addGridRow", in Mozilla Debugger show the message:</p>
<p>jQuery("#grid").addGridRow("new") is not a function. Why?</p></p>
]]></description>
        	        	<pubDate>Thu, 23 Oct 2008 14:59:23 +0300</pubDate>
        </item>
        <item>
        	<title>YamilBracho on Jqgrid with button "add"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p2653</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p2653</guid>
        	        	<description><![CDATA[<p>When you click the Add Button, and edit a record, it will correctly add to the grid.</p>
<p>Checking the docs for the Add method :</p>
<pre>jQuery(<span class="codestring">"#grid_id"</span>).addGridRow( <span class="codestring">"new"</span>, options );<br />The options are the same as those in <a href="http://www.secondpersonplural.ca/jqgriddocs/_2eb0gp5ym.htm" target="_blank">Edit row</a>.<br /><br />So you can safely check the edit sample..</pre>
]]></description>
        	        	<pubDate>Wed, 22 Oct 2008 14:55:21 +0300</pubDate>
        </item>
        <item>
        	<title>adriells on Jqgrid with button "add"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p2651</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-button-add#p2651</guid>
        	        	<description><![CDATA[<p>Hi! In the link &#60;<a href="http://trirand.com/jqgrid/jqgrid.html&#038;gt" rel="nofollow" target="_blank"><a href="http://trirand.com/jqgrid/jqgr" rel="nofollow">http://trirand.com/jqgrid/jqgr</a>.....ml&#038;gt</a>;, in "Live Data Manipulation", subtopic "Add row", the javascript code is for edit buttons and not for add button. I try use that javascript code but not happend. You have a example? Thanks!</p>
]]></description>
        	        	<pubDate>Wed, 22 Oct 2008 14:38:11 +0300</pubDate>
        </item>
</channel>
</rss>