<?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: How to create a static and dynamic Selectbox in jqgrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-create-a-static-and-dynamic-selectbox-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/how-to-create-a-static-and-dynamic-selectbox-in-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Nandhagopal J on How to create a static and dynamic Selectbox in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-create-a-static-and-dynamic-selectbox-in-jqgrid#p27893</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-create-a-static-and-dynamic-selectbox-in-jqgrid#p27893</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>&#160; i am newly using jqgrid, i have some issues when i create a select boxes in jqgrid</p>
</p>
<p>in the select box i want to give two static option value like this</p>
<pre class="code html4strict">&#60;select&#62; <br /></pre>
<pre class="code html4strict">&#60;option value=&#39;val1&#39;&#62;--Select--&#60;/option &#62; 
&#60;option value=&#39;val1&#39;&#62; Value1 &#60;/option &#62; 
&#60;option  value=&#39;val2&#39;&#62; Value2 &#60;/option &#62;</pre>
<pre class="code html4strict">&#60;/select&#62; <br /><br />Also i have another one problem<br />   <br /> i have one form it have name,phone,etc..<br /> <br />when i insert then table will generate one id(auto increment field) for particular customer...<br />that id is called as customer id...<br /><br />i want to use this customer id and name in another form, it will display like this select box<br /><br /></pre>
<pre class="code html4strict">&#60;select&#62; <br /></pre>
<pre class="code html4strict">&#60;option value=&#39;0&#39;&#62;--Select--&#60;/option &#62; 
&#60;option value=&#39;1&#39;&#62; Anderson&#60;/option &#62; 
&#60;option  value=&#39;2&#39;&#62; Jack&#60;/option &#62;
</pre>
<pre class="code html4strict">&#60;/select&#62;<br /><br />when i insert this form customer id only stored in the database<br /><br />Please Help me..<br /><br />Regards,<br />Nandhagopal J</pre>
]]></description>
        	        	<pubDate>Tue, 11 Dec 2012 11:17:45 +0200</pubDate>
        </item>
</channel>
</rss>