<?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: Dropdown changes dynamically</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/dropdown-changes-dynamically</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/dropdown-changes-dynamically/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Joy on Dropdown changes dynamically</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dropdown-changes-dynamically#p11675</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dropdown-changes-dynamically#p11675</guid>
        	        	<description><![CDATA[<p>Hi tony, I have changed, now I&#39;m using $.ajax (I have tried also with a standard javascript ajax function) and all go right, but now I have another problem.</p>
<p>I used the called to the function on the beforeShowForm event, but doing so the select doesnt fire the right value.</p>
<p>If I just close and reopen the form all go right.</p>
</p>
<p>Thank you in advance.</p>
]]></description>
        	        	<pubDate>Mon, 09 Nov 2009 11:19:02 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Dropdown changes dynamically</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dropdown-changes-dynamically#p11664</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dropdown-changes-dynamically#p11664</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Do you have check in FireBug if the request is posted?</p>
<p>Also you should use load with care. Try to use the pure $.ajax and see the result.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 09 Nov 2009 10:20:13 +0200</pubDate>
        </item>
        <item>
        	<title>Joy on Dropdown changes dynamically</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dropdown-changes-dynamically#p11629</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dropdown-changes-dynamically#p11629</guid>
        	        	<description><![CDATA[<p>Hi man,</p>
<p>I have exactly the same problem, It loads the first time, but not the second.</p>
<p>The alert shows up every time i change the original select, but second select does not. It changes only on the first time.</p>
<p>Is this the only way to do a dynamic select? i&#39;m trying to resolve the classic case of Zip-state-city.</p>
<p>any help?</p>
]]></description>
        	        	<pubDate>Sun, 08 Nov 2009 08:15:49 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Dropdown changes dynamically</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dropdown-changes-dynamically#p10450</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dropdown-changes-dynamically#p10450</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You do not answer of the question - does your alert show the changed value?</p>
<p>or</p>
<p>Should I think the you speak about the select in dataUrl?</p>
<p>I do not understand what you try to do</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 06 Oct 2009 06:33:13 +0300</pubDate>
        </item>
        <item>
        	<title>varta on Dropdown changes dynamically</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dropdown-changes-dynamically#p10419</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dropdown-changes-dynamically#p10419</guid>
        	        	<description><![CDATA[<p>First, thanks for answer.</p>
</p>
<p>Sorry the alert was a flag I forgot.</p>
<p>So, I cannot do it form Jqgrid? Because I read the doc and I cannot find a solution.</p>
</p>
<p>Thanks</p>
</p>
<p>Martin</p></p>
]]></description>
        	        	<pubDate>Mon, 05 Oct 2009 14:41:40 +0300</pubDate>
        </item>
        <item>
        	<title>MamaliFrenchi on Dropdown changes dynamically</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dropdown-changes-dynamically#p10389</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dropdown-changes-dynamically#p10389</guid>
        	        	<description><![CDATA[<p>Does your alert($("#id384").val()); is showing each time you&#39;re changing your dropdown?</p>
<p>according to document :</p>
<pre>dataEvents: list of events to apply to the data element; uses<br />$("#id").bind(type, [data], fn) to bind events to data element<br /><br />Should be described like this dataEvents: [<br />    { type: &#39;click&#39;, data: { i: 7 }, fn: function(e) { console.log(e.data.i); }<br />    }, { type: &#39;keypress&#39;, fn: function(e) { console.log(&#39;keypress&#39;); } }<br />]<br /><br /><span style="text-decoration: underline;"><strong>The event(s) are called only once when the element is created</strong></span><br /><br />if you know your jquery object (the dropdow id etc ) you might be using live event of jquery.<br /></pre>
]]></description>
        	        	<pubDate>Sun, 04 Oct 2009 17:28:26 +0300</pubDate>
        </item>
        <item>
        	<title>varta on Dropdown changes dynamically</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dropdown-changes-dynamically#p10380</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dropdown-changes-dynamically#p10380</guid>
        	        	<description><![CDATA[</p>
<p>Now I&#180;m trying to make dynamic dropdown but I have a problem, it loads only once</p>
</p>
<p>here is the code:</p>
<p>&#160;&#160;&#160; {name:&#39;id384&#39;,index:&#39;id384&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortable:true,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editable:true,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; edittype:&#8221;select&#8221;,</p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editoptions:{dataUrl:&#39;Opc/HlpTabla.php?zTabla=st384&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; dataEvents: [<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {&#160; type: &#39;change&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; fn: function(e) {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; alert($("#id384").val());<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $("#id195").parent().load(&#39;Opc/HlpTabla.php?zTabla=st195&#38;key=id384&#38;val=&#39;+$("#id384").val());<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }],}<br />&#160;&#160;&#160; &#160;&#160;&#160; },<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;id195&#39;,index:&#39;id195&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortable:true,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editable:true,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; edittype:&#8221;select&#8221;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editoptions:{value:{}}<br />&#160;&#160;&#160; &#160;&#160;&#160; },</p>
</p>
<p>The HlpTabla.php return something live &#8220;&#60;select&#62;&#60;option&#62;&#60;/option&#62;&#8230;&#60;/select&#62;&#8221;</p>
<p>Fisrt time it loads ok and works but if I change the id384 contents it doesn&#180;t update the id195 select</p>
<p>Thanks for help me.</p>
</p>
<p>Martin</p>
<p>PD: I create a new topic because could be easier to follow</p>
]]></description>
        	        	<pubDate>Sat, 03 Oct 2009 08:11:24 +0300</pubDate>
        </item>
</channel>
</rss>