<?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: Updating Select Options for subgrid with local array data</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-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/updating-select-options-for-subgrid-with-local-array-data/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>jmr239 on Updating Select Options for subgrid with local array data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15740</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15740</guid>
        	        	<description><![CDATA[<p>Thank you thank you thank you.&#160;</p>
</p>
<p>I was using 3.4.4... i updated and everything works great..</p></p>
]]></description>
        	        	<pubDate>Mon, 15 Mar 2010 21:51:48 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Updating Select Options for subgrid with local array data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15730</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15730</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Just simple question. Which version of jqGrid is used? I see imgpath options, which point me that 3.4 or less is used. Is this right?</p>
<p>The dataEvents is used from 3.5 version.</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Mon, 15 Mar 2010 21:14:28 +0200</pubDate>
        </item>
        <item>
        	<title>jmr239 on Updating Select Options for subgrid with local array data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15631</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15631</guid>
        	        	<description><![CDATA[<p>any ideas?</p>
]]></description>
        	        	<pubDate>Thu, 11 Mar 2010 22:33:56 +0200</pubDate>
        </item>
        <item>
        	<title>jmr239 on Updating Select Options for subgrid with local array data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15558</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15558</guid>
        	        	<description><![CDATA[<p>Thanks for taking a look.</p>
</p>
<p>Here is the complete grid declaration:</p>
</p>
<p>jQuery("#timelinetable").jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;datatype: "local",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;height: 500,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colNames:[&#39;Grid&#39;,&#39;ReOrder&#39;,&#39;Override ID&#39;, &#39;Notes&#39;, &#39;Variable affected&#39;, &#39;Operation to Perform&#39;, &#39;Value for Operation&#39;, &#39;Type of Value Used&#39;],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colModel:[<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;id&#39;,index:&#39;id&#39;, width:55}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;reorder&#39;, index:&#39;reorder&#39;, width:70, sorttype:"int",editable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;cutid&#39;,index:&#39;cutid&#39;, width:100, sorttype:"int", editable: false}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;notes&#39;, index:&#39;notes&#39;, width:200, editable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;var&#39;,index:&#39;var&#39;, width:180, editable: true, edittype:"select", editoptions:{value:"evicttime:evicttime;bktime:bktime;collectime:collecttime;redemptime:redemptime;reotime:reotime;fctime:fctime;tottime:tottime;taxfactor:taxfactor;fhalimit:fhalimit;fcsaleflag:fcsaleflag;fcstartflag:fcstartflag"}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;oper&#39;,index:&#39;oper&#39;, width:180, editable: true, edittype:"select", editoptions:{value:"set:set;multiply:multiply;divide:divide;add:add;subtract:subtract"}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;val&#39;,index:&#39;val&#39;, width:180, editable: true},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;typeval&#39;,index:&#39;typeval&#39;, width:180, editable: true, edittype:"select", editoptions:{value:"double:double;string:string;var:var"}}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;onSelectRow: function(id){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if(id &#38;&#38; id!=lastsel){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if(lastsel!=0){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;jQuery("#timelinetable").saveRow(lastsel, false, &#39;clientArray&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;jQuery("#timelinetable").restoreRow(lastsel);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;timeoverrides[lastsel]=jQuery("#timelinetable").getRowData(lastsel);<br />&#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;jQuery("#timelinetable").editRow(id, true);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;lastsel=id;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;subGrid: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;imgpath: &#39;jqgrid/themes/basic/images&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;caption: "Timeline Override Configuration",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;subGridRowExpanded: function(subgrid_id, row_id) { &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var subgrid_table_id; <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;subgrid_table_id = subgrid_id+"_t"; <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$("#"+subgrid_id).html("&#60;table id=&#39;"+subgrid_table_id+"&#39; class=&#39;scroll&#39;&#62;&#60;/table&#62;"); <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;jQuery("#"+subgrid_table_id).jqGrid({ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;datatype: "local", <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colNames: [&#39;ID&#39;, &#39;Condition Variable&#39;,&#39;Condition&#39;,&#39;Value for Condition&#39;,&#39;Type of Value Used&#39;], <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colModel: [ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;id&#39;,index:&#39;id&#39;, width:55}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:"condvar",index:"condvar",width:150, editable: true, edittype:"select", editoptions:{value:"bkflag:bkflag;bkchapter:bkchapter;proptype:proptype", dataEvents :[{type:&#39;change&#39;, 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;&#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;&#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;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;alert("yo");<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;&#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;&#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;&#160;&#160; &#160;&#160;&#160; &#160;var thisval = $(e.target).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;&#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;&#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;&#160;&#160; &#160;&#160;&#160; &#160;alert(thisval);<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;&#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;&#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;&#160;&#160; &#160;&#160;&#160; &#160;lookupField(thisval, subgrid_table_id, row_id);<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;&#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;&#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;&#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;}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:"condition",index:"condition",width:150, editable: true, edittype:"select",editoptions:{value:"equal:equal;notequal:notequal;greater:greater;greaterequal:greaterequal;less:less;lessequal:lessequal"}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:"condval",index:"condval",width:150, editable: true}, //edittype:"select", editoptions:{value:"true:true;false:false"}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:"condtypeval",index:"condtypeval",width:150,editable:true, edittype:"select", editoptions:{value:"double:double;string:string;var:var"}} <br />&#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;onSelectRow: function(id){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if(id &#38;&#38; (id!=lastsel2 &#124;&#124; row_id!=lastsel2row)){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if(lastsel2!=0 &#38;&#38; lastsel2row!=0){<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;var tempgrid = "#timelinetable_"+lastsel2row+"_t";<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;jQuery(tempgrid).saveRow(lastsel2, false, &#39;clientArray&#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;jQuery(tempgrid).restoreRow(lastsel2);<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;timeconditions[lastsel2row][lastsel2]=jQuery(tempgrid).getRowData(lastsel2);<br />&#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;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;jQuery("#"+subgrid_table_id).editRow(id, true);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;lastsel2=id;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;lastsel2row=row_id;<br />&#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;<br />&#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;loadui:"disable",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;height: 100,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;imgpath: &#39;jqgrid/themes/basic/images&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;caption: "Conditions for Override "+timeoverrides[row_id].cutid+" "<br />&#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;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;insertTimeConditionData(row_id, subgrid_table_id);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;subGridRowColapsed: function(subgrid_id, row_id){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var subgrid_table_id = subgrid_id+"_t";<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;for(var i = 0; i&#60;timeconditions[row_id].length; i++){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;jQuery("#"+subgrid_table_id).saveRow(i, false, &#39;clientArray&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;jQuery("#"+subgrid_table_id).restoreRow(i);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;timeconditions[row_id][i]=jQuery("#"+subgrid_table_id).getRowData(i);<br />&#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;lastsel2=0;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;lastsel2row=0;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;loadui:"disable"<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;});</p>
</p>
<p>Everything else works great, i just can&#39;t get the dataEvent in the subgrid to fire.</p>
</p>
<p>Thanks again,</p>
<p>Jeff</p>
]]></description>
        	        	<pubDate>Tue, 09 Mar 2010 21:20:00 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Updating Select Options for subgrid with local array data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15527</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15527</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>IMHO, this should work.</p>
<p>Publishing the rest of code maybe will clarify the problem</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 09 Mar 2010 19:13:11 +0200</pubDate>
        </item>
        <item>
        	<title>jmr239 on Updating Select Options for subgrid with local array data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15420</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15420</guid>
        	        	<description><![CDATA[<p>Tony,</p>
</p>
<p>I know you are probably sick of hearing about this issue, but could you please take a look at my post in the link you referred us to?&#160; I really would like to know if what i&#39;m trying to do can be done with jqgrid the way i am using it before i move to another approach.</p>
</p>
<p>Thanks,</p>
<p>Jeff</p>
]]></description>
        	        	<pubDate>Fri, 05 Mar 2010 16:08:42 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Updating Select Options for subgrid with local array data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15407</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15407</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Please refer Here:</p>
<p><a href="http://www.trirand.com/blog/?page_id=393/help/dynamically-populate-select-dropdown/&#038;value=dataEvents&#038;type=1&#038;include=1&#038;search=1&#038;ret=all" rel="nofollow" target="_blank"><a href="http://www.trirand.com/blog/?p" rel="nofollow">http://www.trirand.com/blog/?p</a>.....38;ret=all</a></p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 05 Mar 2010 13:22:05 +0200</pubDate>
        </item>
        <item>
        	<title>jmr239 on Updating Select Options for subgrid with local array data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15336</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15336</guid>
        	        	<description><![CDATA[<p>Anyone?&#160; From my googleing, this seems like a pretty common issue.&#160; However, it would be a very nice feature for me to have for my site.</p>
]]></description>
        	        	<pubDate>Wed, 03 Mar 2010 17:45:46 +0200</pubDate>
        </item>
        <item>
        	<title>jmr239 on Updating Select Options for subgrid with local array data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15284</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/updating-select-options-for-subgrid-with-local-array-data#p15284</guid>
        	        	<description><![CDATA[<p>Does anyone know how to trigger an event when the value of a select box changes in a subgrid with inline editting?&#160; I need something equivalent to onChange, but that doesnt seem to work with jqgrid selects.&#160; The reason i ask is i need to change the options for another select box based on the new value in the first box.&#160; Any help would be greatly appreciated.. Thanks</p>
]]></description>
        	        	<pubDate>Mon, 01 Mar 2010 23:55:38 +0200</pubDate>
        </item>
</channel>
</rss>