<?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: editoptions in jqgrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid</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/editoptions-in-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>jracine on editoptions in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p4471</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p4471</guid>
        	        	<description><![CDATA[<p>pappie, the link you provided above seems to be broken. Can you post an updated, working link? I&#39;m interested in seeing you code. I need to do this same thing in a JSP, but would like to see how you got it working with php.</p>
<p>thanks.</p>
]]></description>
        	        	<pubDate>Fri, 06 Feb 2009 09:04:06 +0200</pubDate>
        </item>
        <item>
        	<title>paapie on editoptions in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3392</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3392</guid>
        	        	<description><![CDATA[<p>I have solved it!</p>
<p>I have made a dbconfig.php on the page</p>
<p>itself!</p>
<p>Now I have a dynamical dropdownlist.</p>
<p>But now I want to show my grid without</p>
<p>jqgrid.html but nothing displays.</p>
<p>check:</p>
<p><a href="http://www.egmondonline.furion.nl/excel/demo.php" target="_blank"><a href="http://www.egmondonline.furion" rel="nofollow">http://www.egmondonline.furion</a>.....l/demo.php</a></p>
<p>view the source code.</p></p>
]]></description>
        	        	<pubDate>Tue, 02 Dec 2008 07:28:31 +0200</pubDate>
        </item>
        <item>
        	<title>paapie on editoptions in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3391</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3391</guid>
        	        	<description><![CDATA[<p>Tony I have a strange error with the database.</p>
<p>My records are visable but when I call a function</p>
<p>like this in my page:</p>
<p>&#60;? include("dbconfig.php");&#160;</p>
<p>&#160;&#160;$select = "select * from invheader";<br />&#160;&#160;&#160;$query&#160; = mysql_query($select) or die (mysql_error());<br />&#160;&#160;$list&#160;= mysql_fetch_assoc($query);<br />?&#62;</p>
<p>I get :</p>
<p>"No database selected"</p>
<p>But is I delete this:</p>
<p>&#60;? <br />&#160;&#160;$select = "select * from invheader";<br />&#160;&#160;&#160;$query&#160; = mysql_query($select) or die (mysql_error());<br />&#160;&#160;$list&#160;= mysql_fetch_assoc($query);<br />?&#62;</p>
<p>It works again, very strange!</p>
]]></description>
        	        	<pubDate>Tue, 02 Dec 2008 07:10:16 +0200</pubDate>
        </item>
        <item>
        	<title>tony on editoptions in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3330</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3330</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I suggest first to try with simple data not generated from PHP.</p>
<p>The example&#160; is from demo site:</p>
<p>colModel:[</p>
<p>{name:&#39;id&#39;,index:&#39;id&#39;, width:90, sorttype:"int", editable: true}, {name:&#39;name&#39;,index:&#39;name&#39;, width:150,editable: true,editoptions:{size:"20",maxlength:"30"}}, {name:&#39;stock&#39;,index:&#39;stock&#39;, width:60, editable: true,edittype:"checkbox",editoptions: {value:"Yes:No"}}, {name:&#39;ship&#39;,index:&#39;ship&#39;, width:90, editable: true,edittype:"select",editoptions:{value:"FE:FedEx;IN:InTime;TN:TNT;AR:ARAMEX"}}, {name:&#39;note&#39;,index:&#39;note&#39;, width:200, sortable:false,editable: true,edittype:"textarea", editoptions:{rows:"2",cols:"10"}}</p>
<p>]</p>
<p>You should care that the last item should not contain ; at end - i.e</p>
<p>this is wrong</p>
<p>editoptions:{value:"FE:FedEx;IN:InTime;TN:TNT;<strong>AR:ARAMEX;</strong>"}</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 27 Nov 2008 12:00:10 +0200</pubDate>
        </item>
        <item>
        	<title>paapie on editoptions in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3321</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3321</guid>
        	        	<description><![CDATA[<p>I know how php works!</p>
<p>But I dont know how to integrate it</p>
<p>in your plugin.</p>
<p>I get the error undefined every time</p>
]]></description>
        	        	<pubDate>Thu, 27 Nov 2008 07:36:31 +0200</pubDate>
        </item>
        <item>
        	<title>tony on editoptions in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3306</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3306</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>php.net is a good start. Also check how to work with mysql functions</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 27 Nov 2008 03:09:27 +0200</pubDate>
        </item>
        <item>
        	<title>paapie on editoptions in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3287</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3287</guid>
        	        	<description><![CDATA[<p>Everytime I get the error "undefined" or no</p>
<p>result (blank). The result is from search.php.</p>
<p>echo $row[tax]; doesnt work again</p>
<p>no result.</p>
<p>please give me a good example .</p>
<p>I want a dynamical selectbox that</p>
<p>get values from the database.</p>
<p>Thanks for helping tony</p>
]]></description>
        	        	<pubDate>Wed, 26 Nov 2008 05:58:59 +0200</pubDate>
        </item>
        <item>
        	<title>tony on editoptions in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3282</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3282</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Try to echo the result and see what you have. See what you</p>
<p>output with this PHP code is compatible with the options.</p>
<p>Also if you make pure PHP</p>
<p>echo $row[tax];</p>
<p>What you have?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 26 Nov 2008 01:48:42 +0200</pubDate>
        </item>
        <item>
        	<title>paapie on editoptions in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3271</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3271</guid>
        	        	<description><![CDATA[<p>This won&#39;t work :</p>
<p>&#160;&#160; &#160;&#160;{</p>
<p>name:&#39;tax&#39;,</p>
<p>index:&#39;tax&#39;,</p>
<p>width:80,</p>
<p>align:&#8221;right&#8221;,</p>
<p>edittype:&#39;select&#39;,</p>
<p>editable:true,</p>
<p>editoptions:{value:&#8221;:All;&#60;?=$row[tax]?&#62;&#8221;}</p>
<p>},&#160;</p>
<p>Please give me a good example many people</p>
<p>asking for it on the web!</p>
<p>A love the plugin but it won&#39;t work my way <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>
]]></description>
        	        	<pubDate>Tue, 25 Nov 2008 15:25:28 +0200</pubDate>
        </item>
        <item>
        	<title>paapie on editoptions in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3267</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3267</guid>
        	        	<description><![CDATA[<p>Where can I find the php functions</p>
<p>for jqgrid searching for days can&#39;t find</p>
<p>a good example?</p>
<p>I know php well but it wont work sorry being noobish</p></p>
]]></description>
        	        	<pubDate>Tue, 25 Nov 2008 11:52:35 +0200</pubDate>
        </item>
        <item>
        	<title>tony on editoptions in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3212</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3212</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Refere to PHP functions how to convert SQL query result to</p>
<p>the string that is acceptable in jqGrid.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 24 Nov 2008 00:43:07 +0200</pubDate>
        </item>
        <item>
        	<title>paapie on editoptions in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3202</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3202</guid>
        	        	<description><![CDATA[<p>2) I know that I have to use server side code to create a value but how?</p>
<p>This won&#39;t work:</p>
<p>editoptions:{value:&#8221;:&#60;? $select ="select * from table";</p>
<p>$query = mysql_query($select);</p>
<p>while($list=mysql_fetch_assoc($query)){</p>
<p>echo&#39;&#39;.$list[&#39;blaat&#39;].&#39;&#39;;</p>
<p>}</p>
<p>&#8221;}</p>
<p>How to make it work?</p>
]]></description>
        	        	<pubDate>Sat, 22 Nov 2008 03:53:55 +0200</pubDate>
        </item>
        <item>
        	<title>YamilBracho on editoptions in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3196</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3196</guid>
        	        	<description><![CDATA[<p>1) Not sure if I understand what you mean but If you mean have not search option put this option in false in the "standard"&#160; parameter of the Navigation bar.</p>
<pre>jQuery(<span class="codestring">"#grid_id"</span>).navGrid(<span class="codestring">&#39;#Pager&#39;</span>,{<br />        edit:<span class="literals">false</span>,add:<span class="literals">false</span>,del:<span class="literals">false</span>,search:<span class="literals">false</span><br />....<br /><br />2) Using server side code creates a response as the value in the editoptions<br /></pre>
]]></description>
        	        	<pubDate>Fri, 21 Nov 2008 08:50:42 +0200</pubDate>
        </item>
        <item>
        	<title>paapie on editoptions in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3193</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-in-jqgrid#p3193</guid>
        	        	<description><![CDATA[<p>Dear trirandblog,</p>
<p>I have two questions about the editoptions in grid.</p>
<p>1.) I want to make the search bar static so you don&#39;t have to click on search.</p>
<p>2.) With&#160;editoptions in the searchbar I want to make dropdowns with automatic database response.&#160;How to make it that way? Now I use static numbers&#160;like :</p>
<p>&#160;editoptions:{value:":All;0.00:0.00;12:12.00;20:20.00;40:40.00;60:60.00;120:120.00"}&#160;</p>
<p>change it to:</p>
<p>editoptions:{value:":(database)"}</p>
<p>Like this way, is there any option?</p>
<p>Sorry for my bad english!</p>
<p>Many regards,</p>
<p>paapie</p>
]]></description>
        	        	<pubDate>Fri, 21 Nov 2008 06:53:43 +0200</pubDate>
        </item>
</channel>
</rss>