<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for EricDotNet</title>
	<atom:link href="http://ericdotnet.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ericdotnet.wordpress.com</link>
	<description>My .net adventures</description>
	<lastBuildDate>Mon, 06 Feb 2012 12:38:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Editing in jqGrid with asp.net mvc by ericdotnet</title>
		<link>http://ericdotnet.wordpress.com/2009/05/02/editing-in-jqgrid-with-aspnet-mvc/#comment-640</link>
		<dc:creator><![CDATA[ericdotnet]]></dc:creator>
		<pubDate>Mon, 06 Feb 2012 12:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://ericdotnet.wordpress.com/2009/05/02/editing-in-jqgrid-with-aspnet-mvc/#comment-640</guid>
		<description><![CDATA[My blog post is over 2 years old. Probably things have changed since I posted.]]></description>
		<content:encoded><![CDATA[<p>My blog post is over 2 years old. Probably things have changed since I posted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Editing in jqGrid with asp.net mvc by Leo</title>
		<link>http://ericdotnet.wordpress.com/2009/05/02/editing-in-jqgrid-with-aspnet-mvc/#comment-639</link>
		<dc:creator><![CDATA[Leo]]></dc:creator>
		<pubDate>Mon, 06 Feb 2012 10:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://ericdotnet.wordpress.com/2009/05/02/editing-in-jqgrid-with-aspnet-mvc/#comment-639</guid>
		<description><![CDATA[Hi
Can you pls explain why my editRow didnot work. I have copied your code
and it stuck at 
 jQuery(&#039;#list&#039;).editRow(id, true);
according to http://www.trirand.com, there are 9 params with editRow method. Is it the cause of my failure?
Please help
Leo]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
Can you pls explain why my editRow didnot work. I have copied your code<br />
and it stuck at<br />
 jQuery(&#8216;#list&#8217;).editRow(id, true);<br />
according to <a href="http://www.trirand.com" rel="nofollow">http://www.trirand.com</a>, there are 9 params with editRow method. Is it the cause of my failure?<br />
Please help<br />
Leo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Search box and Asp.net MVC by Share 16 of the MVC tutorial javascript &#38; jQuery - Open News</title>
		<link>http://ericdotnet.wordpress.com/2009/04/09/jquery-search-box-and-aspnet-mvc/#comment-636</link>
		<dc:creator><![CDATA[Share 16 of the MVC tutorial javascript &#38; jQuery - Open News]]></dc:creator>
		<pubDate>Wed, 21 Dec 2011 13:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://ericdotnet.wordpress.com/2009/04/09/jquery-search-box-and-aspnet-mvc/#comment-636</guid>
		<description><![CDATA[[...] 8. JQuery Search box and Autocomplete [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 8. JQuery Search box and Autocomplete [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Search box and Asp.net MVC by 10+ JavaScript &#38; jQuery MVC Tutorials &#124; jQuery4u</title>
		<link>http://ericdotnet.wordpress.com/2009/04/09/jquery-search-box-and-aspnet-mvc/#comment-635</link>
		<dc:creator><![CDATA[10+ JavaScript &#38; jQuery MVC Tutorials &#124; jQuery4u]]></dc:creator>
		<pubDate>Sun, 18 Dec 2011 21:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://ericdotnet.wordpress.com/2009/04/09/jquery-search-box-and-aspnet-mvc/#comment-635</guid>
		<description><![CDATA[[...]    Source Demo [...]]]></description>
		<content:encoded><![CDATA[<p>[...]    Source Demo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Editing in jqGrid with asp.net mvc by Charles</title>
		<link>http://ericdotnet.wordpress.com/2009/05/02/editing-in-jqgrid-with-aspnet-mvc/#comment-634</link>
		<dc:creator><![CDATA[Charles]]></dc:creator>
		<pubDate>Wed, 30 Nov 2011 00:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://ericdotnet.wordpress.com/2009/05/02/editing-in-jqgrid-with-aspnet-mvc/#comment-634</guid>
		<description><![CDATA[I have a jqGrid inline editing example at LauriaApplications.com that works much like excel. It allows you to use the tab key to move to the next row, it saves the current row if changes have been made, uses the escape key to abandon editing and uses the enter key to save changes. The grid blur is handled as the escape key. Selecting a row by the row number allows the delete key to delete a row. I think it covers much of what is needed for inline editing. If all looks good the code is free. Let me know if bugs exists. LauriaApplications.com]]></description>
		<content:encoded><![CDATA[<p>I have a jqGrid inline editing example at LauriaApplications.com that works much like excel. It allows you to use the tab key to move to the next row, it saves the current row if changes have been made, uses the escape key to abandon editing and uses the enter key to save changes. The grid blur is handled as the escape key. Selecting a row by the row number allows the delete key to delete a row. I think it covers much of what is needed for inline editing. If all looks good the code is free. Let me know if bugs exists. LauriaApplications.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Search box and Asp.net MVC by Zyawueib</title>
		<link>http://ericdotnet.wordpress.com/2009/04/09/jquery-search-box-and-aspnet-mvc/#comment-633</link>
		<dc:creator><![CDATA[Zyawueib]]></dc:creator>
		<pubDate>Wed, 26 Oct 2011 21:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://ericdotnet.wordpress.com/2009/04/09/jquery-search-box-and-aspnet-mvc/#comment-633</guid>
		<description><![CDATA[I&#039;d like to cancel a cheque &lt;a href=&quot;http://ajeyhyranyg.jugem.jp/?eid=1&quot; rel=&quot;nofollow&quot;&gt;Preteen Nudes&lt;/a&gt;  97281]]></description>
		<content:encoded><![CDATA[<p>I&#8217;d like to cancel a cheque <a href="http://ajeyhyranyg.jugem.jp/?eid=1" rel="nofollow">Preteen Nudes<br />
</a>  97281</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Search box and Asp.net MVC by sdfdsf</title>
		<link>http://ericdotnet.wordpress.com/2009/04/09/jquery-search-box-and-aspnet-mvc/#comment-632</link>
		<dc:creator><![CDATA[sdfdsf]]></dc:creator>
		<pubDate>Sun, 16 Oct 2011 18:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://ericdotnet.wordpress.com/2009/04/09/jquery-search-box-and-aspnet-mvc/#comment-632</guid>
		<description><![CDATA[dfgdsgdf]]></description>
		<content:encoded><![CDATA[<p>dfgdsgdf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Search box and Asp.net MVC by Yhwqpnvj</title>
		<link>http://ericdotnet.wordpress.com/2009/04/09/jquery-search-box-and-aspnet-mvc/#comment-631</link>
		<dc:creator><![CDATA[Yhwqpnvj]]></dc:creator>
		<pubDate>Sun, 25 Sep 2011 23:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://ericdotnet.wordpress.com/2009/04/09/jquery-search-box-and-aspnet-mvc/#comment-631</guid>
		<description><![CDATA[Have you got any ? &lt;a href=&quot;http://upcoming.yahoo.com/user/1370483&quot; rel=&quot;nofollow&quot;&gt;Kds Sex&lt;/a&gt;  8DD]]></description>
		<content:encoded><![CDATA[<p>Have you got any ? <a href="http://upcoming.yahoo.com/user/1370483" rel="nofollow">Kds Sex</a>  8DD</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Editing in jqGrid with asp.net mvc by Vlad</title>
		<link>http://ericdotnet.wordpress.com/2009/05/02/editing-in-jqgrid-with-aspnet-mvc/#comment-629</link>
		<dc:creator><![CDATA[Vlad]]></dc:creator>
		<pubDate>Fri, 16 Sep 2011 13:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://ericdotnet.wordpress.com/2009/05/02/editing-in-jqgrid-with-aspnet-mvc/#comment-629</guid>
		<description><![CDATA[Please, can you show an example, how with the help of callback function get an error on the client?]]></description>
		<content:encoded><![CDATA[<p>Please, can you show an example, how with the help of callback function get an error on the client?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Editing in jqGrid with asp.net mvc by ericdotnet</title>
		<link>http://ericdotnet.wordpress.com/2009/05/02/editing-in-jqgrid-with-aspnet-mvc/#comment-625</link>
		<dc:creator><![CDATA[ericdotnet]]></dc:creator>
		<pubDate>Fri, 02 Sep 2011 09:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://ericdotnet.wordpress.com/2009/05/02/editing-in-jqgrid-with-aspnet-mvc/#comment-625</guid>
		<description><![CDATA[id is the rowid, jqgrid supplies this when calling your onSelectRow function.

Mind you this code sample is over 2years old now. You might want to check the current jqGrid wiki for more recent code samples. Also use firebug to debug your javascript code and calls to the server.]]></description>
		<content:encoded><![CDATA[<p>id is the rowid, jqgrid supplies this when calling your onSelectRow function.</p>
<p>Mind you this code sample is over 2years old now. You might want to check the current jqGrid wiki for more recent code samples. Also use firebug to debug your javascript code and calls to the server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
