<?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: Add and Edit</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/add-and-edit</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/add-and-edit/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>adamwatkins on Add and Edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/add-and-edit#p25477</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/add-and-edit#p25477</guid>
        	        	<description><![CDATA[<p>That error code means there is a problem in the PHP file that iis "listening", not the grid in this case. At the top of the php file enable error reporting like this:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3330' value='Select Code' data-codeid='sfcode3330' /></p>
<div class='sfcode' id='sfcode3330'>
<p>&#60;?php<br />error_reporting(E_ALL);<br />ini_set(&#39;display_errors&#39;, &#39;1&#39;);<br />?&#62;</p>
</div>
<p>Then retry the edit and this time you should see some other useful info as to what the problem is.</p>
<p>Could be something as simple as a missing ";" at the end of a line.</p>
]]></description>
        	        	<pubDate>Tue, 20 Dec 2011 01:31:43 +0200</pubDate>
        </item>
        <item>
        	<title>nate215 on Add and Edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/add-and-edit#p25470</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/add-and-edit#p25470</guid>
        	        	<description><![CDATA[<p>Thanks for the reply, i understand what you mean I guess I am getting confused as to how i TAG in the php action file for editing. So it knows what to do when its add or edit. I set up one file but i kept getting this error:</p>
<div id="delhdlist" class="ui-jqdialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">
<p><a class="ui-jqdialog-titlebar-close ui-corner-all" target="_blank"></a></p>
</div>
<div id="delcntlist" class="ui-jqdialog-content ui-widget-content">
<div id="DelTbl_list" class="formdata">
<table class="DelTable" border="0">
<tbody>
<tr id="DelError">
<td class="ui-state-error">error Status: &#39;error&#39;. Error code: 500</td>
</tr>
</tbody>
</table>
</div>
</div>
]]></description>
        	        	<pubDate>Mon, 19 Dec 2011 19:33:02 +0200</pubDate>
        </item>
        <item>
        	<title>bpcm on Add and Edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/add-and-edit#p25463</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/add-and-edit#p25463</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>jqGrid sends post data back to your server at the specified URL that you set in the config options. If I were to set the url to &#39;rest/jqgrid&#39; it would send your JSON or XML post/put to your server at &#39;yourservername.com/rest/jqgrid&#39;. Youd need something on your server to listen for those requests at that location.</p>
<p>Hope this makes sense,</p>
<p>bpcm</p>
]]></description>
        	        	<pubDate>Mon, 19 Dec 2011 16:51:32 +0200</pubDate>
        </item>
        <item>
        	<title>nate215 on Add and Edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/add-and-edit#p25403</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/add-and-edit#p25403</guid>
        	        	<description><![CDATA[<p>Hi</p>
</p>
<p>I am new to JQgrid ihave managed to set up my grid and get data from my sql server. I have also added the nav bar with the Add and Edit buttons which create a form on selection by making the fields editable.</p>
</p>
<p>My problem is the next step, I am sure how to create the server.php file for the edit url. I understand how to post data by inserting or updating but unsure how this works with grid.&#160;</p>
]]></description>
        	        	<pubDate>Wed, 14 Dec 2011 04:00:23 +0200</pubDate>
        </item>
</channel>
</rss>