<?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: Celledit problem</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/celledit-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/bugs/celledit-problem/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Celledit problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/celledit-problem#p2622</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/celledit-problem#p2622</guid>
        	        	<description><![CDATA[<p>Hello Chris,</p>
<p>This is true. Thanks. I will correct this. iRow can not be a zero, but iCol</p>
<p>can be.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 21 Oct 2008 00:59:37 +0300</pubDate>
        </item>
        <item>
        	<title>Chris on Celledit problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/celledit-problem#p2621</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/celledit-problem#p2621</guid>
        	        	<description><![CDATA[<p>There is also a suble bug the GridNav function - what happens when iCol or iRow is set to zero? <img class="spSmiley" style="margin:0" title="Wink" src="/blog/wp-content/plugins/simple-forum/tinymce/plugins/emotions/img/smiley-wink.gif" border="0" alt="Wink" /></p>
<p>case 13:<br />&#160; if ($t.p.iCol &#38;&#38; $t.p.iRow) {<br />&#160;&#160;&#160; $($t).editCell($t.p.iRow,$t.p.iCol,true);<br />&#160; }</p>
]]></description>
        	        	<pubDate>Tue, 21 Oct 2008 00:25:41 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Celledit problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/celledit-problem#p2530</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/celledit-problem#p2530</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Here is permanent fix</p>
<p>before the try statement write</p>
<p>if($.isFunction($.fn[&#39;datepicker&#39;])) {</p>
<p>try {..} catch(e){&#8230;}</p>
<p>}</p>
<p>and of course the another try catch too.</p>
<p>But I need to investigate more the old and the new UI datepicker differences.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 15 Oct 2008 04:03:40 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Celledit problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/celledit-problem#p2528</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/celledit-problem#p2528</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thank you</p>
<p>This really make a error when you not include&#160; datepicker.</p>
<p>I will need to search for a nonerror way of checking the presistence</p>
<p>of UI datepicker.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 15 Oct 2008 00:43:21 +0300</pubDate>
        </item>
        <item>
        	<title>pat on Celledit problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/celledit-problem#p2525</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/celledit-problem#p2525</guid>
        	        	<description><![CDATA[<p>Downloaded from <span class="attribute-value"><a href="http://trirand.com/jqgrid/jqGrid.zip" rel="nofollow" target="_blank">http://trirand.com/jqgrid/jqGrid.zip</a>. All modules included.</span></p>
<p>Previous problem fixed.</p>
<p>Now getting:</p>
<p>$.datepicker is undefined grid.celledit.js (line 265)</p>
<p>I actually have datepicker loaded, but I don&#39;t need it in my grid page. I can reproduce the problem by going into edit on a cell &#38; then hitting the tab key.</p>
<p>Nesting the $.datepicker._hideDatepicker(); statement inside another try catch block takes care of my problem for now.</p>
<p>By the way, this is a fabulous grid. I appreciate all your effort. Keep up the good work.</p>
<p>-&#62;pat</p></p>
]]></description>
        	        	<pubDate>Tue, 14 Oct 2008 16:07:49 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Celledit problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/celledit-problem#p2518</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/celledit-problem#p2518</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You must be a sure that the grid.common.js, jqModal.js, jqDnR.js and at</p>
<p>last jqModal.css are loaded. Also download the last version. There are some</p>
<p>critical bugs corrections in cell edit.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 14 Oct 2008 13:36:48 +0300</pubDate>
        </item>
        <item>
        	<title>pat on Celledit problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/celledit-problem#p2515</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/celledit-problem#p2515</guid>
        	        	<description><![CDATA[<p>I&#39;m getting a recurring error when using celledit.</p>
<p>Firebug stack trace:</p>
<p>jQuery(selector).jqm is not a function grid.common.js (line 58)<br />viewModal("#info_dialog", Object toTop=true overlay=10 modal=true drag=true)grid.common.js (line 58)<br />info_dialog("Error", "0 : &#60;br/&#62;error", "Close", "/js/themes/basic/images/")grid.common.js (line 94)<br />? in <a href="mailto:grid.celledit.js@189()grid.celledit.js" target="_blank">grid.celledit.js@189()grid.celledit.js</a> (line 193)<br />? in <a href="mailto:jquery-1.2.6.min.js@29(Object" target="_blank">jquery-1.2.6.min.js@29(Object</a>, XMLHttpRequest readyState=4 status=0 multipart=false, "error", undefined)jquery-1....6.min.js (line 29)<br />? in <a href="mailto:jquery-1.2.6.min.js@28()" target="_blank">jquery-1.2.6.min.js@28()</a></p>
<p>I have a page with multiple grids.&#160; Typical setup:<br />$.extend($.jgrid.defaults, {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath: gridimagepath,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: "xml",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; cellEdit: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; cellsubmit: &#39;remote&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; beforeSubmitCell: appendArgs<br />&#160;&#160;&#160; });</p>
<p>$("#gOS").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: getURL(&#39;load&#39;, &#39;gOS&#39;),<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; cellurl: getURL(&#39;edit&#39;, &#39;gOS&#39;),<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: colNames2,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: colModel2,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: "Outside Services - Year " + year,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; afterEditCell: function (row, col, val, iRow, iCol) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (col == &#39;Contract&#39;) $("#gOS").setGridParam({ cellurl:getURL(&#39;edit2&#39;, &#39;gOS&#39;) });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; });</p>
<p>var getURL = function (op, tab) { return &#39;HttpRequestPDS.aspx?op=&#39;+op+&#39;&#38;pid=&#39;+pid+&#39;&#38;yr=&#39;+year+&#39;&#38;tab=&#39;+tab; };<br />&#160;&#160;&#160; var appendArgs = function (rowid, name, val, iRow, iCol) { return {r:rowid, n:name, v:val}; };</p>
<p>The colNames &#38; colModel are pretty standard&#160; - typicall col: {name:&#39;Jan&#39;, sortable:false, width:45, align:&#39;right&#39;, editable:true, editrules:{number:true} }</p>
<p>The edit actually works, but I get the above error about 30% of the time.</p>
<p>I also get an error popup every time for about a half second - I haven&#39;t been able to trap it in firebug. The body of the dialog is "0: error".</p>
<p>Both errors occur after the enter key is pressed. Despite the errors, the value is saved.</p></p>
]]></description>
        	        	<pubDate>Tue, 14 Oct 2008 13:11:34 +0300</pubDate>
        </item>
</channel>
</rss>