<?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 not focusing</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/celledit-not-focusing</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/celledit-not-focusing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dhruv.shukla on CellEdit not focusing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/celledit-not-focusing#p19093</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/celledit-not-focusing#p19093</guid>
        	        	<description><![CDATA[<p>Got the solution but with a warning.</p>
<div class="errorTitle focusRow  subLogRow ">The &#39;charCode&#39;  property of a keydown event should not be used. The value is  meaningless.</div>
<div class="errorTitle focusRow  subLogRow "></div>
<div class="errorTitle focusRow  subLogRow ">Solution:</div>
<div class="errorTitle focusRow  subLogRow ">Use edittype: custom.</div>
<div class="errorTitle focusRow  subLogRow "></div>
<div class="errorTitle focusRow  subLogRow ">In the custom element set the input box style to position: relative and z-index higher than that of modal.</div></p>
]]></description>
        	        	<pubDate>Wed, 11 Aug 2010 23:01:53 +0300</pubDate>
        </item>
        <item>
        	<title>dhruv.shukla on CellEdit not focusing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/celledit-not-focusing#p19088</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/celledit-not-focusing#p19088</guid>
        	        	<description><![CDATA[<p>Also Few more things:</p>
<p>this grid resides on UI-Dialog as an overlay... and I guess it has a keydown event which gets fired everytime I hit on grid.</p>
</p>
<p>-Dhruv.</p>
]]></description>
        	        	<pubDate>Wed, 11 Aug 2010 20:41:43 +0300</pubDate>
        </item>
        <item>
        	<title>dhruv.shukla on CellEdit not focusing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/celledit-not-focusing#p19086</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/celledit-not-focusing#p19086</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I am trying to make a cell editable for a single column. But on that I am able to see the checkbox and not able to focus and change the value. Here are the options which I am submitting and also I am doign sortableRows for this Grid.</p>
</p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; datatype: function() {},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;scroll: false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;height: 270,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colNames: ["","People"],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colModel: [{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; name: "row1",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; index: "row1",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortable: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; width: 15,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;align: &#39;center&#39;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }, {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;name: "row2",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;index: "row2",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortable: false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width: 190,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;align: "left",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;editable:true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;edittype:&#39;text&#39;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;//editoptions: {custom_element: myelem, custom_value: myval}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;cellEdit: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;gridview: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;hidegrid: false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;rowNum: -1,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;cellsubmit: &#39;clientArray&#39;,</p>
</p>
<p>As you may see row2 is editable but on editable it doesnt work ... All I see is input box and no keydown event happening on it. Plus this isnt workign with any other browser than FF.</p>
</p>
<p>Somebody please help.</p>
</p>
<p>Thanks,</p>
<p>Dhruv</p>
]]></description>
        	        	<pubDate>Wed, 11 Aug 2010 17:23:14 +0300</pubDate>
        </item>
</channel>
</rss>