<?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: Dynamic editoptions for cell</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/dynamic-editoptions-for-cell</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/dynamic-editoptions-for-cell/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Dynamic editoptions for cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dynamic-editoptions-for-cell#p14697</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dynamic-editoptions-for-cell#p14697</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>IMHO I do not understand what you try to do actually?</p></p>
]]></description>
        	        	<pubDate>Wed, 10 Feb 2010 15:44:13 +0200</pubDate>
        </item>
        <item>
        	<title>Casufi on Dynamic editoptions for cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dynamic-editoptions-for-cell#p14609</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dynamic-editoptions-for-cell#p14609</guid>
        	        	<description><![CDATA[<p>Hello.</p>
<p>I want to editoption string for cell from JSON request.</p>
<p>I am trying to use the following code</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9765' value='Select Code' data-codeid='sfcode9765' /></p>
<div class='sfcode' id='sfcode9765'>
<p>&#160; var myjsonReader = {<br />&#160;&#160;&#160; root : &#34;rows&#34;,<br />&#160;&#160;&#160; costs_select : &#34;costs_select&#34;,<br />&#160;&#160;&#160; page : &#34;page&#34;,<br />&#160;&#160;&#160; total : &#34;total&#34;,<br />&#160;&#160;&#160; records : &#34;records&#34;,<br />&#160;&#160;&#160; cell : &#34;&#34;,<br />&#160;&#160;&#160; repeatitems : false,<br />&#160;&#160;&#160; id : &#34;0&#34;<br />&#160; };<br />&#8230;</p>
<p>&#8230;</p>
<p>&#160; function DefaultColModel(data) {<br />&#160;&#160;&#160; this.align = data.align;</p>
<p>&#8230;<br />&#160;&#160;&#160; this.name = data.name;<br />&#160; }<br />&#160; ;</p>
<p>&#8230;</p>
<p>&#8230;</p>
<p>&#8230;</p>
<p>&#160; colDaysModels.push(new DefaultColModel( {<br />&#160;&#160;&#160; name : &#39;cost&#39;,<br />&#160;&#160;&#160; label : &#39;cost&#39;,<br />&#160;&#160;&#160; editoptions:{value:costs_select},<br />&#160;&#160;&#160; width : 100<br />&#160; }));</p>
</div>
<p>But I get error message costs_select is not defined</p>
<p>What I am doing wrong ?</p>
</p>
<p>P.S.&#160; Topic is closed.</p>
]]></description>
        	        	<pubDate>Sun, 07 Feb 2010 18:35:01 +0200</pubDate>
        </item>
</channel>
</rss>