<?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: user function for cell editing</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/user-function-for-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/help/user-function-for-cell-editing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on user function for cell editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/user-function-for-cell-editing#p5663</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/user-function-for-cell-editing#p5663</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Please do not mix inline edit and cell edit. There is such example in Demo Page. Look in Integrations -&#62; UI-Datepicker</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 30 Mar 2009 02:59:42 +0300</pubDate>
        </item>
        <item>
        	<title>vencedor on user function for cell editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/user-function-for-cell-editing#p5637</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/user-function-for-cell-editing#p5637</guid>
        	        	<description><![CDATA[<p>I was going to use the <strong>onCellSelect</strong>, but it says:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5327' value='Select Code' data-codeid='sfcode5327' /></p>
<div class='sfcode' id='sfcode5327'>Note that this available when we not use cell editing module <br />and is disabled when using cell editing</div></p>
]]></description>
        	        	<pubDate>Thu, 26 Mar 2009 11:38:04 +0200</pubDate>
        </item>
        <item>
        	<title>vencedor on user function for cell editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/user-function-for-cell-editing#p5636</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/user-function-for-cell-editing#p5636</guid>
        	        	<description><![CDATA[<p>so I`m in edit mode:</p>
<p>------------------------------<br />&#160;&#160;&#160; &#160;&#160;&#160; onSelectRow: function(id){ <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160; if(id){ <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if(id!==lastsel2) jQuery(&#39;#editgrid&#39;).restoreRow(lastsel2); <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery(&#39;#editgrid&#39;).editRow(id,true,picksec); <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; lastsel2=id; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160; } <br />&#160;&#160;&#160; &#160;&#160;&#160; }<br />------------------------------</p>
<p><strong>I`m trying to recreate the datepicker thing, but instead of datepicker, I want a ui dialog.</strong></p>
<p>So I`ve created a function called picksec, that displays the dialog, but I don`t want it to display the dialog when I click wherever on the row for editing, I want it to display when I click on a exact column-name.</p>
<p>My colum name is ENUM, so how can I make this work somehow, to show my dialog</p>
<p>function picksec(id){ $(&#39;#izborsecnum&#39;).dialog(&#39;open&#39;); }</p>
<p>this way it popups wherever I click on a row.</p>
]]></description>
        	        	<pubDate>Thu, 26 Mar 2009 11:31:32 +0200</pubDate>
        </item>
</channel>
</rss>