<?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: no element found problem in Cell editing </title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/no-element-found-problem-in-cell-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/bugs/no-element-found-problem-in-cell-editing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on no element found problem in Cell editing </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/no-element-found-problem-in-cell-editing#p2674</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/no-element-found-problem-in-cell-editing#p2674</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>If this is the first column, there is a bug - which is corrected.</p>
<p>Hope to publish the bug fix soon.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 25 Oct 2008 06:06:34 +0300</pubDate>
        </item>
        <item>
        	<title>vagn on no element found problem in Cell editing </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/no-element-found-problem-in-cell-editing#p2650</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/no-element-found-problem-in-cell-editing#p2650</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>Thanks jqGrid team,&#160;jqGrid&#160;is fantastic.</p>
<p>I have a problem with the latest&#160;release 3.3. In cell editing i can&#160;leave the edited&#160;field by&#160;using ESC or TAB, i must change the value in the field and press&#160;ENTER.</p>
<p>Once i press enter i get the error "no element found" (in firebug)</p>
<p>Here is my code:</p>
<pre id="line22">      jQuery(document).ready(function(){
        jQuery("#dcgrid").jqGrid({        
            <a href="&#39;/ISDCP/dca?column=ID,DEVICE_VENDOR,DEVICE_MODEL,JAVAME_VERSION_MIDP,INSHARE_SUPPORT_JAVAVERIFIED,UAPROF_NAME&#39;," target="_blank">url:&#39;/ISDCP/dca?column=ID,DEVICE_VENDOR,DEVICE_MODEL,JAVAME_VERSION_MIDP,INSHARE_SUPPORT_JAVAVERIFIED,UAPROF_NAME&#39;,
</a>            datatype: "json",
            colNames:[&#39;Id&#39;, &#39;Vendor&#39;, &#39;Model&#39;, &#39;MIDP&#39;, &#39;JavaVerified&#39;, &#39;UserAgent&#39;],
            colModel:[
              {name:&#39;ID&#39;,index:&#39;ID&#39;, width:10, align:"left",editable:false},
{name:&#39;DEVICE_VENDOR&#39;,index:&#39;DEVICE_VENDOR&#39;, width:20, align:"left",editable:false},
{name:&#39;DEVICE_MODEL&#39;,index:&#39;DEVICE_MODEL&#39;, width:20, align:"left",editable:false},
{name:&#39;JAVAME_VERSION_MIDP&#39;,index:&#39;JAVAME_VERSION_MIDP&#39;, width:20, align:"left",editable:true, edittype:&#39;select&#39;, editoptions:{value:":Null;0.0:0.0;1.0:1.0;2.0:2.0;2.1:2.1"}},
{name:&#39;INSHARE_SUPPORT_JAVAVERIFIED&#39;,index:&#39;INSHARE_SUPPORT_JAVAVERIFIED&#39;, width:20, align:"left",editable:true, edittype:&#39;select&#39;, editoptions:{value:":Null;Y:Y;N:N"}},
{name:&#39;UAPROF_NAME&#39;,index:&#39;UAPROF_NAME&#39;, width:200, align:"left",editable:true}
            ],
            rowNum:20,
            rowList:[20,100,1000],
            imgpath: &#39;themes/basic/images&#39;,
            pager: jQuery(&#39;#dcnavg&#39;),
            sortname: &#39;ID&#39;,
            viewrecords: false,
            shrinkToFit: false,
            hidegrid: false,
            sortorder: "ASC",
            width: &#39;800&#39;,
            height: &#39;100%&#39;,
            toolbar: [true,"bottom"],
            caption: &#39;Devices&#39;,
            cellEdit: true,
            cellsubmit: &#39;remote&#39;,
            cellurl: &#39;/ISDCP/dce&#39;,
            subGrid : true,
            subGridUrl: &#39;/ISDCP/dca?columnasrow=true&#39;,
            subGridModel: [ { 
              name: [&#39;Column&#39;,&#39;Value&#39;], 
              width: [250,200]
            }],
            loadComplete: function() {
              var udata = $("#dcgrid").getUserData();
              $("#t_dcgrid").css("text-align","right").html("Showing row " + udata.currentrow + " of " + udata.totalrows + " rows in " + udata.totalpages + " pages");
            },
            loadError : function(xhr,st,err) {
              jQuery("#rsperror").html("&#60;b&#62;Response Error:&#60;/b&#62;" + "Type: "+st+" Response: "+ xhr.status + " "+xhr.statusText);
            },
            toolbar : [true,"top"]
        });
</pre>
<p>&#160; Can you help?</p>
]]></description>
        	        	<pubDate>Wed, 22 Oct 2008 14:10:48 +0300</pubDate>
        </item>
</channel>
</rss>