<?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: some questions about jqgrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/some-questions-about-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/discussion/some-questions-about-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>motorola on some questions about jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/some-questions-about-jqgrid#p25868</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/some-questions-about-jqgrid#p25868</guid>
        	        	<description><![CDATA[</p>
<p>let&#39;s say in database, I have table MFBANK&#8211;&#62; name of banks</p>
<p>and MFBRANCH &#8211;&#62; name of branches of all banks listed in MFBANK</p>
</p>
<p>1. column ColBank contains data from MFBANK, and ColBranch contains branches of the bank selected in colBank. So values in ColBranch depends on ColBank. How do I do this?</p>
<p>2. When populating ColBranch, I need to first load the all branches from all banks to ColBranch, otherwise ColBranch won&#39;t show anything. Is there a way around this?</p>
</p>
<p>What I really want is something like jqgrid to provide an event, say like onDropDown event that behaves like this:</p>
</p>
<p>function onDropDown(colIndex){</p>
<p>//ColBank which contains bank names is indexed 0, ColBranch is 1</p>
<p>if(colIndex==0) getListOfBankNamesFromMFBANK;</p>
<p>if(colIndex==1) getListFromMFBRANCH_WhoseBankCodeMatchesColBank;</p>
<p>}</p>
]]></description>
        	        	<pubDate>Sat, 04 Feb 2012 16:59:40 +0200</pubDate>
        </item>
</channel>
</rss>