<?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: Changing http verbs for editing</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/changing-http-verbs-for-editing</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/changing-http-verbs-for-editing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on Changing http verbs for editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/changing-http-verbs-for-editing#p24148</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/changing-http-verbs-for-editing#p24148</guid>
        	        	<description><![CDATA[<p>Look at <a href="http://stackoverflow.com/questions/2833254/jqgrid-delete-row-how-to-send-additional-post-data/2834061#2834061" target="_blank">the old answer</a>&#160;and&#160;<a href="http://stackoverflow.com/questions/2849189/display-nice-error-message-when-there-is-something-wrong-after-ajax-request-jqgri/2850524#2850524" target="_blank">this one</a>&#160;for example.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Wed, 03 Aug 2011 20:33:20 +0300</pubDate>
        </item>
        <item>
        	<title>ssuing8825 on Changing http verbs for editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/changing-http-verbs-for-editing#p24147</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/changing-http-verbs-for-editing#p24147</guid>
        	        	<description><![CDATA[<p>Thanks I got this working.&#160; The delete now uses the DELETE method though the data is still form encoded in the body of the message. Do you think it&#39;s possible to get that on the URL instead. I believe that has more to do with the form creating then the ajax call.</p>
<p>Thanks again for your help.</p>
]]></description>
        	        	<pubDate>Wed, 03 Aug 2011 19:35:39 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Changing http verbs for editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/changing-http-verbs-for-editing#p24146</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/changing-http-verbs-for-editing#p24146</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>The jQuery documentation for jQuery.ajax() says the following:</p>
<blockquote>
<p>Note: Other HTTP request methods, such   as PUT and DELETE, can also be used   here, but they are not supported by   all browsers.</p>
</p>
</blockquote>
]]></description>
        	        	<pubDate>Wed, 03 Aug 2011 19:30:30 +0300</pubDate>
        </item>
        <item>
        	<title>ssuing8825 on Changing http verbs for editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/changing-http-verbs-for-editing#p24140</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/changing-http-verbs-for-editing#p24140</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>Ususally you should consult the documentation first:</p>
<p><a rel="nofollow" href="http://www.trirand.com/jqgridw.....rm_editing" target="_blank"></a><a href="http://www.trirand.com/jqgridw" rel="nofollow" target="_blank">http://www.trirand.com/jqgridw</a>.....rm_editing</p>
</p>
</blockquote>
<hr />
<p>The documentation says the following....</p>
<blockquote>
<table class="inline" border="0">
<tbody>
<tr class="row10">
<td class="col0">mtype</td>
<td class="col1"><em>Defines the type of request to make (&#8220;POST&#8221; or &#8220;GET&#8221;) when data is sent to the server </em>Default =</td>
<td class="col2">POST</td>
</tr>
</tbody>
</table>
</blockquote>
<p>The way this is written it implies that the other methods are not supported. I tried them anyway and they are.</p>
]]></description>
        	        	<pubDate>Wed, 03 Aug 2011 15:32:19 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Changing http verbs for editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/changing-http-verbs-for-editing#p24134</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/changing-http-verbs-for-editing#p24134</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Ususally you should consult the documentation first:</p>
<p><a rel="nofollow" href="/jqgridwiki/doku.php?id=wiki:form_editing" target="_blank"></a><a href="http://www.trirand.com/jqgridw" rel="nofollow" target="_blank">http://www.trirand.com/jqgridw</a>.....rm_editing</p></p>
]]></description>
        	        	<pubDate>Wed, 03 Aug 2011 05:39:35 +0300</pubDate>
        </item>
        <item>
        	<title>ssuing8825 on Changing http verbs for editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/changing-http-verbs-for-editing#p24133</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/changing-http-verbs-for-editing#p24133</guid>
        	        	<description><![CDATA[<p>I want the update to use PUT&#160;http verb</p>
<p>I want the delete to use DELETE http verb</p>
</p>
<p>How do I configure the grid to use those verbs instead of POST.</p>
</p>
<p>Thanks in advance.</p>
]]></description>
        	        	<pubDate>Wed, 03 Aug 2011 04:31:11 +0300</pubDate>
        </item>
</channel>
</rss>