<?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: colModel -&#62; editoptions</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-editoptions</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/colmodel-editoptions/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>nsorochan on colModel -&#62; editoptions</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-editoptions#p6177</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/colmodel-editoptions#p6177</guid>
        	        	<description><![CDATA[<p>I figured out what I needed thanx. I used a url in the colmodel and it works fine.</p>
]]></description>
        	        	<pubDate>Mon, 20 Apr 2009 10:35:08 +0300</pubDate>
        </item>
        <item>
        	<title>nsorochan on colModel -&#62; editoptions</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-editoptions#p6176</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/colmodel-editoptions#p6176</guid>
        	        	<description><![CDATA[<p>It is the built in search form.<br />
So in one sentence you say use filtergrid method, then in the next sentence  you say it will not work! Which on is it? lol</p>
<p>So is it possible to dynamically load the options for a select type on the search?</p>
]]></description>
        	        	<pubDate>Mon, 20 Apr 2009 10:23:44 +0300</pubDate>
        </item>
        <item>
        	<title>tony on colModel -&#62; editoptions</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-editoptions#p6165</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/colmodel-editoptions#p6165</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Which serch method do you have in mind? If this is the build in search in the navigator this will not work. Use filterGrid method for this purpose.</p>
<p>If you use the filterGrid method this will not work too since of the delayed ajax request. I recommend in this case to call filterGrid withsetTimout function in order to read the data crrectly.(after it is obtained from the grid)</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 20 Apr 2009 06:58:06 +0300</pubDate>
        </item>
        <item>
        	<title>nsorochan on colModel -&#62; editoptions</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-editoptions#p6140</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/colmodel-editoptions#p6140</guid>
        	        	<description><![CDATA[<p>I have looked through the help forum and found many people having issues with setting the editoptions column property dynamically, STRICTLY FOR SEARCHING.<br />
None of the answers seemed to have solved my problem.<br />
I have this colModel defined.<br />
colModel: [<br />
            ...<br />
            { name: 'status', label: 'Status', index: 'status', width: 100, sorttype: 'text', edittype: 'select', editoptions: { value: ':'} },<br />
           ...<br />
        ]<br />
It appears you have to set 'editoptions' or on the search form, nothing will appear for an input for the that column.</p>
<p>I want to retrieve data dynamically and populate this select input.<br />
I have tried this:</p>
<p>loadComplete: function() {<br />
            jQuery("#opportunities").setColProp('status', { editoptions: { value: "1:One;2:Two"} });<br />
        }</p>
<p>I have also tried changing the data in the quotes to "1:2", still nothing.<br />
Please note: The data will eventually be populated dynamically, this is just a test.<br />
nothing gets populated. This appears to be simple to do in theory, however, why this does not work is beyond me.</p>
<p>Neal</p>
]]></description>
        	        	<pubDate>Fri, 17 Apr 2009 16:04:02 +0300</pubDate>
        </item>
</channel>
</rss>