<?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: Handling errors from the form 6 hours searching for the answer</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/handling-errors-from-the-form-6-hours-searching-for-the-answer</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/handling-errors-from-the-form-6-hours-searching-for-the-answer/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>linchat on Handling errors from the form 6 hours searching for the answer</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/handling-errors-from-the-form-6-hours-searching-for-the-answer#p20287</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/handling-errors-from-the-form-6-hours-searching-for-the-answer#p20287</guid>
        	        	<description><![CDATA[<p>After a ton of seraching and agonizing pain :), this was the solution (BELOW). The problem for me was (NOT raggin on doc, for open source, doc is FANTASTIC!, better then most commercial docs!) where in the documentation could I have found this? I found the answer somewhere on the net.</p>
<p>When I looked at the form editing docs, there wasn&#39;t any mention of this. Not a rag on docs, my question really is, where in the docs could I have found this infomation about how to setup events for each type of submit?</p>
<p>* Do want to STRESS, that not ragging on docs, they are really good. I am pretty to new jquery / grid and still feeling my way around.</p>
</p>
<p>Also order was important.</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; del: true,<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160; add: true,<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160; edit: true,</p>
<p>Is the opposite order of the methods. { Aftersubmitupdate } Switch del:true with edit:true then different call is made.</p>
</p>
<p>&#160;&#160;&#160; jQuery("#toolbar").jqGrid(&#39;navGrid&#39;, &#39;#ptoolbar&#39;, {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; del: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; add: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; edit: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; search: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; afterSubmit:submitUpdate,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; afterSubmit:submitAdd,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; afterSubmit:submitDelete,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; );</p>
<p>keywords: form event jqgrid aftersubmit delete insert update</p>
]]></description>
        	        	<pubDate>Wed, 13 Oct 2010 18:20:59 +0300</pubDate>
        </item>
        <item>
        	<title>linchat on Handling errors from the form 6 hours searching for the answer</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/handling-errors-from-the-form-6-hours-searching-for-the-answer#p20277</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/handling-errors-from-the-form-6-hours-searching-for-the-answer#p20277</guid>
        	        	<description><![CDATA[<p>I have what will ultimately become allot of pages using jqgrid. Problem I am having is validating the data. I cannot find any kind of good code that explains how to do this. What I suppose should be simple, maybe is not.</p>
</p>
<p>All I want to do, is submit update/insert to the server and return error information the user can understand. Add a little paragraph at the top of the form, like the 404 error will when there is no page. Very frustrating, cannot a hammer this out. I added loadError and that does not respond, but gridComplete loadComplete work fine.</p>
</p>
<p>I am pretty new to jqGrid and I have spent A HUGE amount of time going through this issue.</p>
</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Wed, 13 Oct 2010 00:29:32 +0300</pubDate>
        </item>
</channel>
</rss>