<?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: New/Edit/Del in The Demo Possible?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible</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/neweditdel-in-the-demo-possible/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tim on New/Edit/Del in The Demo Possible?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17609</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17609</guid>
        	        	<description><![CDATA[<p>opps - my example link had an error later last night, when I pushed some code out. fixed.</p>
]]></description>
        	        	<pubDate>Mon, 31 May 2010 15:37:25 +0300</pubDate>
        </item>
        <item>
        	<title>tim on New/Edit/Del in The Demo Possible?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17599</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17599</guid>
        	        	<description><![CDATA[<p>It&#39;s better if you post your grid config file. Its&#39; too difficult to suggest anything when I can&#39;t see the code.</p>
<p>tim</p>
<p>[edit: here&#39;s an example I have that works : <a href="http://blackstag.com/jqDemo/demo.jqGrid.PAGE0.html" rel="nofollow" target="_blank">http://blackstag.com/jqDemo/demo.jqGrid.PAGE0.html</a> ]</p>
]]></description>
        	        	<pubDate>Mon, 31 May 2010 04:00:09 +0300</pubDate>
        </item>
        <item>
        	<title>yarkot on New/Edit/Del in The Demo Possible?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17598</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17598</guid>
        	        	<description><![CDATA[<p>I didn&#39;t say this:&#160;&#160; submit button from the navigator does not seem to call the editurl&#160; URL;&#160;&#160; what setup for that to happen must I do (besides setting editurl)?</p>
</p>
<p>Thanks,</p>
<p>Yarko</p>
]]></description>
        	        	<pubDate>Mon, 31 May 2010 03:00:31 +0300</pubDate>
        </item>
        <item>
        	<title>yarkot on New/Edit/Del in The Demo Possible?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17597</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17597</guid>
        	        	<description><![CDATA[<p>Hi Tim -</p>
</p>
<p>Thanks for the attempt;&#160; my problem is not at that level.&#160; I see that page, I read it&#39;s instructions, I build my app to generate the same (that&#39;s fine - I have data from my database, I can bring up a navigator form)&#160; I have a breakpoint set at my function (python, but that&#39;s not important), .... it never seems to get called even;&#160; so there is something more than setting "editurl";&#160;&#160; I have the ajax call working to load the grid with data from the database (I do not pass the data "statically"), so.....&#160;&#160; I&#39;m stumped at this point.</p>
</p>
<p>Need to see some full example code, with some useful comments so I can try to make sense of it, see what on earth I might be missing.</p>
</p>
<p>Regards,</p>
<p>Yarko</p>
]]></description>
        	        	<pubDate>Mon, 31 May 2010 02:59:01 +0300</pubDate>
        </item>
        <item>
        	<title>tim on New/Edit/Del in The Demo Possible?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17563</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17563</guid>
        	        	<description><![CDATA[</p>
<p>On the demo page:</p>
<p><a rel="nofollow" href="http://trirand.com/blog/jqgrid/jqgrid.html" target="_blank"></a><a href="http://trirand.com/blog/jqgrid" rel="nofollow" target="_blank">http://trirand.com/blog/jqgrid</a>.....qgrid.html</p>
<p>1. then go:&#160; Live Data Manipulation -&#62; Navigator</p>
<p>2. Hit the &#39;+&#39; button (on the navbar).</p>
<p>3. Enter a client, then hit &#39;submit&#39;</p>
<p>A post will be made to the server.</p>
<p>4. You need to handle the &#39;oper&#39; argument, and since it is &#39;add&#39; you will need to create/run your SQL that adds an item to your db.</p>
<p>I don&#39;t use PHP, but I believe you do:&#160; $oper = $_GET[&#39;oper&#39;];</p>
<p>You can see the delete button works there too, the &#39;oper&#39; = &#39;del&#39;.</p>
<p>There is an additional arg &#39;id&#39; when you do the delete.</p></p>
]]></description>
        	        	<pubDate>Sun, 30 May 2010 00:15:16 +0300</pubDate>
        </item>
        <item>
        	<title>yarkot on New/Edit/Del in The Demo Possible?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17562</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17562</guid>
        	        	<description><![CDATA[<p>Daniel -</p>
</p>
<p>What am I missing:&#160; I don&#39;t see where the setup for ajax calls is in your link.</p>
</p>
<p>I can generate a page from a database;&#160;&#160; I am trying to get navigator edits, and I don&#39;t "get" what you need to do to call back to the server on submit from the navigator.</p>
</p>
<p>There must be something really easy I&#39;m missing, seeing (and yes, I&#39;m completely a newbie to js / jquery, but not to programming).</p>
</p>
<p>Can anyone provide hints / example of how to setup navigator ajax call to send data to a server on onclickSubmit (or whatever the right incantation is)?</p>
</p>
<p>Thanks,</p>
<p>Yarko</p>
]]></description>
        	        	<pubDate>Sat, 29 May 2010 23:36:24 +0300</pubDate>
        </item>
        <item>
        	<title>ddotsenko on New/Edit/Del in The Demo Possible?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17501</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17501</guid>
        	        	<description><![CDATA[<p>It&#39;s got to be in the docs somewhere, but here is the short version:</p>
</p>
<p>Ajax calls going out to the server specify, as part of post arguments, what call it is - Edit, or Del.</p>
</p>
<p>Now, If id element in Edit post is empty or some unrecognizable garbage, it&#39;s an Add. :</p>
</p>
<p>Something like that.</p>
</p>
<p>Don&#39;t know if this will give you much of an example, but here, in testing.js I play around with Add, Edit, Del ajax calls and explain some thing in the comments:&#160;<a href="http://www.accentsolution.com/static/jqgrid_localstore.html" rel="nofollow" target="_blank"><a href="http://www.accentsolution.com/" rel="nofollow">http://www.accentsolution.com/</a>.....store.html</a></p>
<p>Until a proper answer comes around, this should keep you warm.</p>
</p>
<p>Daniel.</p>
]]></description>
        	        	<pubDate>Thu, 27 May 2010 20:13:15 +0300</pubDate>
        </item>
        <item>
        	<title>Omegatcu on New/Edit/Del in The Demo Possible?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17494</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/neweditdel-in-the-demo-possible#p17494</guid>
        	        	<description><![CDATA[<p>Hey everybody 😉</p>
</p>
<p>i&#39;m a little bit desperate - i have a Grid (my first) and on Server Side a PHP Script.</p>
<p>i Want to Create, Edit and Delete Database entrys in the grid and i know i must write the SQL for it....</p>
<p>what i don&#39;t know is how i can &#160;decide if it is an edit or an delete and how i get the data id for the data-set.</p>
</p>
<p>I searched the tutorial and the wiki in found no php code that edit or create new items an php side...!</p>
</p>
<p>Thank you for help 🙂</p>
]]></description>
        	        	<pubDate>Thu, 27 May 2010 17:44:44 +0300</pubDate>
        </item>
</channel>
</rss>