<?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: Form edit options.</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/form-edit-options</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/form-edit-options/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Form edit options.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/form-edit-options#p30863</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/form-edit-options#p30863</guid>
        	        	<description><![CDATA[<p>Hello,<br />
See the docs for how to build select.<br />
Also in editoptions there is a option defaultValue. You just need to look into the docs - see editing.</p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Mon, 21 Jul 2014 11:23:19 +0300</pubDate>
        </item>
        <item>
        	<title>Jorge on Form edit options.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/form-edit-options#p30858</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/form-edit-options#p30858</guid>
        	        	<description><![CDATA[<p>Hi all<br />
thanks for this great tool.<br />
sorry, I tried to solve my problem reading the other posts but I can't get this working.</p>
<p>Example:</p>
<p>Mysql DB Table<br />
tbl_local (idtbl_local; Description) values (1,Ombro; 2,Cotovelo; 3,Braco....)<br />
tbl_classf(idtbl_classf; Description; id_local) values (2,'ClassificaÃ§Ã£o 102', 1; 3,'ClassificaÃ§Ã£o 6',1)</p>
<p>relationship: tbl.tbl_classf.id_local&#60;-&#62;tbl_local.idtbl_local</p>
<p>I'm using a view to upload the values from database to jqgrid:<br />
CREATE VIEW `ortodb`.`view_classf_local` AS select `a`.`idtbl_classf` AS `ID`,`a`.`description` AS `Description`,`a`.`id_local` AS `id_local`,`b`.`idtbl_local` AS `id_join_local`,`b`.`Description` AS `Local_Description` from (`ortodb`.`tbl_classf` `a` left join `ortodb`.`tbl_local` `b` on((`a`.`id_local` = `b`.`idtbl_local`)))</p>
<p>Â <a href="http://s7.postimg.org/p8h6cqrjf/jqgrid1.png"><img src="http://s7.postimg.org/p8h6cqrjf/jqgrid1.png" width="100"  style="undefined" class="spUserImage" alt="local" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class=" sfmouseother" alt="Image Enlarger" /></a></p>
<p>I try to use jqgrid to edit/add the tbl_classf populating the edit form with the select "local" (tbl_local.Description) and update the id_local from tbl_classf</p>
<p>Â </p>
<p><a href="http://s24.postimg.org/v4m9jscv9/jqgrid2.png"><img src="http://s24.postimg.org/v4m9jscv9/jqgrid2.png" width="100"  style="undefined" class="spUserImage" alt="local2" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class=" sfmouseother" alt="Image Enlarger" /></a></p>
<p>I need help to create a select option with all 'local' options, but showing the default value selected.<br />
and finally update and add to database.<br />
thanks in advance.</p>
<p>sorry by my bad english.<br />
I'm Portuguese.</p>
]]></description>
        	        	<pubDate>Sat, 19 Jul 2014 18:17:32 +0300</pubDate>
        </item>
</channel>
</rss>