<?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: Inline Editting Problem</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem</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/inline-editting-problem/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dmexis on Inline Editting Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4455</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4455</guid>
        	        	<description><![CDATA[<p>Nevermind, I found it...!!!</p>
<p>Simple I add in a cell something like this</p>
<p>&#60;a href=#&#62;Link&#60;/a&#62; and it is working!</p>
</p>
<p>Thanks....</p>
<p>You have a great plugin!!!!</p>
]]></description>
        	        	<pubDate>Fri, 06 Feb 2009 04:35:11 +0200</pubDate>
        </item>
        <item>
        	<title>dmexis on Inline Editting Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4454</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4454</guid>
        	        	<description><![CDATA[<p>Hello again,</p>
<p>I have also an other question&#8230;..</p>
<p>Is there a way in a not edittable cell to have an active link and when someone press there to be redirected to that page?</p>
<p>The best would be without opening a new tab/window&#8230;</p>
<p>In the same the user is!</p>
<p>Thanks,</p>
<p>Mexis</p>
]]></description>
        	        	<pubDate>Fri, 06 Feb 2009 04:31:28 +0200</pubDate>
        </item>
        <item>
        	<title>dmexis on Inline Editting Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4453</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4453</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>It is working....</p>
<p>Now the form isn&#39;t submitted when I save a row!</p>
<p>I thougth that it would be something much more complicated!!!</p>
<p>Thank you very, very much....!!!!</p>
<p>Have a nice day!!!:D</p>
</p>
<p>Mexis</p>
]]></description>
        	        	<pubDate>Fri, 06 Feb 2009 04:18:15 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Inline Editting Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4452</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4452</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>In grid.inlinedit.js find</p>
<p>&#160; if (e.keyCode === 13) {<br />&#160;&#160; &#160; $($t).saveRow(rowid,succesfunc, url, extraparam, aftersavefunc,errorfunc);<br /> }</p>
<p>Replace with</p>
<p>&#160;if (e.keyCode === 13) {<br />&#160;&#160;&#160; $($t).saveRow(rowid,succesfunc, url, extraparam, aftersavefunc,errorfunc);<br />&#160;&#160;&#160;&#160; return false;<br />}</p>
<p>Please let me know about the resul</p>
<p>Thank you</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 06 Feb 2009 04:00:26 +0200</pubDate>
        </item>
        <item>
        	<title>dmexis on Inline Editting Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4451</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4451</guid>
        	        	<description><![CDATA[<p>Could you please give me some more info how to do that?</p>
<p>If you did this perhaps to paste the code.....If it is not trouble for you!</p>
<p>Thanks,</p>
<p>Mexis</p>
]]></description>
        	        	<pubDate>Fri, 06 Feb 2009 03:50:55 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Inline Editting Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4442</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4442</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>That is exactly that I test currently- return false when enter key is pressed when saving the row.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 06 Feb 2009 02:46:50 +0200</pubDate>
        </item>
        <item>
        	<title>dmexis on Inline Editting Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4423</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4423</guid>
        	        	<description><![CDATA[<p>Ok I did the simplest thing....</p>
<p>I get the div element of the grid outside of the form.... and that seems to working!!</p>
<p>But is there any way to know when a row is in edit mode, show with a function onSubmit in the form to return false and prevent the submit from happening?</p>
<p>I think this could help.....because its not right to have elements out of&#160; the form! Especially when I want to have the grid in the midle of a page!!!!</p>
]]></description>
        	        	<pubDate>Thu, 05 Feb 2009 10:53:33 +0200</pubDate>
        </item>
        <item>
        	<title>dmexis on Inline Editting Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4421</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4421</guid>
        	        	<description><![CDATA[<p>After further examination I was wrong before...</p>
<p>If I remove the form element then it&#39;s working...like a charm.</p>
<p>Well, and with the form element the Post to editurl is actually taking place (i see the changes from phpmyadmin) but then is going to form action!</p>
<p>When I remove the action then the form is submitted to it self.</p>
<p>From firebug the ony I see (in both cases) is the get request and no Post, but the changes have been done. But actually the page has been sortove "refreshed" or submitted to form action. I think that I dont see the Post request for that reason. So the Post to my editurl is happening but because of the form element then it is submitted or to it self or to form action.</p>
<p>And the question is....Has anyone any idea how I can prevent this from happening? I really need the form element!!! 😀</p>
<p>Thank you very, very much!!!!</p>
]]></description>
        	        	<pubDate>Thu, 05 Feb 2009 10:42:11 +0200</pubDate>
        </item>
        <item>
        	<title>dmexis on Inline Editting Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4417</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4417</guid>
        	        	<description><![CDATA[<p>Ok Tony...</p>
<p>Thanks for your response...</p>
<p>I am waiting for your answer/solution.... 😉</p>
]]></description>
        	        	<pubDate>Thu, 05 Feb 2009 09:44:32 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Inline Editting Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4414</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4414</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Should check some things about this problem. Thank you.</p>
<p>REgards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 05 Feb 2009 09:08:51 +0200</pubDate>
        </item>
        <item>
        	<title>dmexis on Inline Editting Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4406</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editting-problem#p4406</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I am having a problem with inline editting. When I press "Enter" then the page is submitted to my form action not to the editurl. I need the form because I have some txt fields etc. If I remove the form or the action then the page is submitted to it self.</p>
<p>I am performing row editting, not cel (or I am trying!)l.</p>
<p>My colModel is something like this:</p>
<p>&#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160; {name:&#39;id&#39;,index:&#39;id&#39;, width:20, sorttype:"int", hidden:true, editrules:{edithidden:true} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;index&#39;, sortable: true, width:20, sorttype:"int", editable:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;title&#39;,index:&#39;title&#39;, width:90, editable:true, edittype:"text"},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;subtitle&#39;,index:&#39;subtitle&#39;, width:100,editable:true, edittype:"text"}&#160;&#160;&#160; <br />&#160;&#160;&#160; ],</p>
<p>And also</p>
<p>&#160;&#160;&#160; onSelectRow: function(id){<br />&#160;&#160;&#160; if(id &#38;&#38; id!==lastSel){ <br />&#160;&#160;&#160; &#160;&#160;&#160; jQuery(&#39;#list2&#39;).restoreRow(lastSel);<br />&#160;&#160;&#160; &#160;&#160;&#160; jQuery(&#39;#list2&#39;).editRow(id, true); <br />&#160;&#160;&#160; &#160;&#160;&#160; lastSel=id;<br />&#160;&#160;&#160; }<br />&#160;&#160;&#160; },</p>
<p>&#160;&#160; editurl:"update.php"&#160; //is the last so no comma needed</p>
<p>Do I have to use something else? In all the examples I saw that was the only thing necessary. And Yes, I have incuded all the files (checked with firebug).</p>
<p>What am I doing wrong?</p>
<p>Ps. A demo if that helps http:/mexis.homeftp.org/final2/jgrid.html</p>
</p>
<p>Thanks for your help!</p>
<p>Dimitris Mexis</p></p>
]]></description>
        	        	<pubDate>Thu, 05 Feb 2009 06:17:10 +0200</pubDate>
        </item>
</channel>
</rss>