<?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: Custom Ajax Operation</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/custom-ajax-operation</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/custom-ajax-operation/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Custom Ajax Operation</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custom-ajax-operation#p27771</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custom-ajax-operation#p27771</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You can change the post (when a add/edit/dell) data in a way you wanr.</p>
<p>Please look into the documentation for serializeEditData event.</p>
<p>The very natural way is if a button is clicked you</p>
</p>
<p>1. Get the selected row via selrow</p>
<p>2. get the row data via getRowData</p>
<p>3. configure your data with parameter you want and and make your own ajax call.</p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Thu, 22 Nov 2012 11:52:22 +0200</pubDate>
        </item>
        <item>
        	<title>dadeishk on Custom Ajax Operation</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custom-ajax-operation#p27770</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custom-ajax-operation#p27770</guid>
        	        	<description><![CDATA[<p>Built into jqGrid are some ajax posts such as "add" "edit" "delete". &#160;For example on an add method posts the following to the server:</p>
<p>oper=add&#38;id=_empty&#38;field1=value1&#38;field2=value2 etc.</p>
</p>
<p><strong>Is there a way to create a Custom Operation? </strong>&#160;For example, I may add a "Do Something" button to each line in the grid. &#160;When the "Do Somthing" button is pressed, jQGrid posts</p>
<p>oper=dosomething&#38;id=99&#38;field1=value1&#38;field2=value2 to the server.</p>
<p>If this isn&#39;t built in, then I need an example of how I can send row-data to the server when a custom button is pressed.</p>
]]></description>
        	        	<pubDate>Thu, 22 Nov 2012 00:29:23 +0200</pubDate>
        </item>
</channel>
</rss>