<?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: Auto Insert Column data</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/auto-insert-column-data</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/auto-insert-column-data/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>aznan on Auto Insert Column data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/auto-insert-column-data#p16504</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/auto-insert-column-data#p16504</guid>
        	        	<description><![CDATA[<p>tony .. can this prod id field be interactive.. meaning.. when i choose the prod_name through a multi select list (droop down menu).. the prod id field will also change to the correspondence value?? .. &#160;+ is is possible to create a link multi select list..???</p>
]]></description>
        	        	<pubDate>Mon, 19 Apr 2010 04:15:47 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Auto Insert Column data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/auto-insert-column-data#p16470</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/auto-insert-column-data#p16470</guid>
        	        	<description><![CDATA[<p>Create anoter column in colModel named prod_id and do not display it - hidden:true</p>
]]></description>
        	        	<pubDate>Fri, 16 Apr 2010 17:23:25 +0300</pubDate>
        </item>
        <item>
        	<title>aznan on Auto Insert Column data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/auto-insert-column-data#p16399</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/auto-insert-column-data#p16399</guid>
        	        	<description><![CDATA[<p>to add some more query which are related to this..&#160;</p>
<p>I hv 2 table :</p>
<p>1. table A : i) Name ii)prod_id iii)amount</p>
<p>2.table B : i)prod_id ii)prod_name</p>
<p>so in my grid user will see i)name ii)prod_name iii)amount.. my prob is how to save them into the database.. because currently the colModel is under prod_name.. so how can I get back the prod_id from the prod_name to be save into table A. Or how can I just add another colModel for prod_id which will be hidden but its value will change dependable of prod_name selection..</p>
</p>
<p>heeeelllppppp..!!!</p>
]]></description>
        	        	<pubDate>Wed, 14 Apr 2010 14:03:18 +0300</pubDate>
        </item>
        <item>
        	<title>aznan on Auto Insert Column data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/auto-insert-column-data#p16398</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/auto-insert-column-data#p16398</guid>
        	        	<description><![CDATA[<p>to add some which are related to this..&#160;</p>
<p>I hv 2 table :</p>
<p>1. table A : i) Name ii)prod_id iii)amount</p>
<p>2.table B : i)prod_id ii)prod_name</p>
<p>so in my grid user will see i)name ii)prod_name iii)amount.. my prob is how to save them into the database.. because currently the colModel is under prod_name.. so how can I get back the prod_id from the prod_name to be save into table A. Or how can I just add another colModel for prod_id which will be hidden but its value will change dependable of prod_name selection..</p>
</p>
<p>heeeelllppppp..!!!</p>
]]></description>
        	        	<pubDate>Wed, 14 Apr 2010 14:02:53 +0300</pubDate>
        </item>
        <item>
        	<title>aznan on Auto Insert Column data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/auto-insert-column-data#p16397</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/auto-insert-column-data#p16397</guid>
        	        	<description><![CDATA[<p>well .. i dunno how to simplify this.. the condition is... &#160;I have a form to keyin basic info ..</p>
<p>let say about claim: &#160;userid .. projectid .. + purpose (this part is not that important though hehe.. )</p>
<p>this form will generate an id .. to be pass to another form.. which is detail information on the claim which include let say</p>
<p>1. item 2. date 3. amount 4. amount budget 5. amount used..</p>
<p>I managed to solve the first problem andused autocomplete..&#160;</p>
<p>so now when I select an item [1. item] .. (through autocomplete)</p>
<p>I WANT the field for &#39;4. amount budget&#39; and &#39;5. amount used&#39; to be automatically fill in from 2 or more tables.</p>
<p>do u hv any idea how to do this.. some hint or samples would be nice..</p>
<p>thnx</p>
]]></description>
        	        	<pubDate>Wed, 14 Apr 2010 11:56:28 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Auto Insert Column data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/auto-insert-column-data#p16369</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/auto-insert-column-data#p16369</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I&#39;m not sure that I understand.</p>
<p>What you mean with</p>
<blockquote>
<p>jqgrd will grab new product id from a form which will be submitted to grid</p>
</blockquote>
<p>I think that where you grab the product id you should fill automatically the fields that should not be filled from the user.</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 13 Apr 2010 14:04:12 +0300</pubDate>
        </item>
        <item>
        	<title>aznan on Auto Insert Column data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/auto-insert-column-data#p16287</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/auto-insert-column-data#p16287</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>I would like 2 know if it possible: I hv 2 linked table from db let say tbl_A and tbl_B,</p>
<p>which is linked through let say prod_code</p>
<p>so what i hv in mind is .. jqgrd will grab new product id from a form which will be submitted to grid.. so grid will generate a datatable.. which have 5 column... 3 of those column grab data from tbl_B.. so user will only need to fill in last 2 column..</p>
<p>for example.. when a form is submitted with prod_id 13.. grid will fill in column 1 with the new id, column 2 with the date and column 3 with the prod_code... so we will hv 3 column fill in automatically.. user then will only need to fill in the last 2 column..</p>
<p>row1: id&#62;13 [tbl_A] &#160; date&#62;8 apr [tbl_A] &#160; &#160; prod_code&#62;Nz112 [tbl_B] &#160; &#160;amount&#62;[~fill in by user~] &#160; &#160;unit price&#62;[~fill in by user~]</p>
<p>row1: id&#62;13 [tbl_A] &#160; date&#62;8 apr [tbl_A] &#160; &#160; prod_code&#62;Nz145 [tbl_B] &#160; &#160;amount&#62;[~fill in by user~] &#160; &#160;unit price&#62;[~fill in by user~]</p>
<p>row1: id&#62;13 [tbl_A] &#160; date&#62;8 apr [tbl_A] &#160; &#160; prod_code&#62;Nb412 [tbl_B] &#160; &#160;amount&#62;[~fill in by user~] &#160; &#160;unit price&#62;[~fill in by user~]</p>
<p>row1: id&#62;13 [tbl_A] &#160; date&#62;8 apr [tbl_A] &#160; &#160; prod_code&#62;Az133 [tbl_B] &#160; &#160;amount&#62;[~fill in by user~] &#160; &#160;unit price&#62;[~fill in by user~]</p>
</p>
<p>and so on...</p>
<p>&#160;anyone..?? tony??</p>
]]></description>
        	        	<pubDate>Thu, 08 Apr 2010 04:59:42 +0300</pubDate>
        </item>
</channel>
</rss>