<?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: How to reset grid data?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-reset-grid-data</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/how-to-reset-grid-data/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>MamaliFrenchi on How to reset grid data?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-reset-grid-data#p10064</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-reset-grid-data#p10064</guid>
        	        	<description><![CDATA[<p>do you mean just a table without empty row? you can try in afterInsertRow event get the row , then all td something like:</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; , afterInsertRow: function(rowid) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;td&#39;, $(&#39;tr[id=&#39; + rowid + &#39;]&#39;).html(&#39;&#39;);</p>
<p>}</p>
]]></description>
        	        	<pubDate>Wed, 23 Sep 2009 21:23:47 +0300</pubDate>
        </item>
        <item>
        	<title>CasMeiron on How to reset grid data?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-reset-grid-data#p10053</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-reset-grid-data#p10053</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>I want to clear all grid rows (not delete the register just clear the data). How can I do that?</p>
</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Wed, 23 Sep 2009 15:23:52 +0300</pubDate>
        </item>
</channel>
</rss>