<?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: Dynamic Select : Multiple Search Modal</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/dynamic-select-multiple-search-modal</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/dynamic-select-multiple-search-modal/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Jason on Dynamic Select : Multiple Search Modal</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dynamic-select-multiple-search-modal#p13160</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dynamic-select-multiple-search-modal#p13160</guid>
        	        	<description><![CDATA[<p>Hi Tony!</p>
<p>Thanks for your response.</p>
<p>This grid is using inline editing, however I have that working with a dataEvent in the editoptions. This has to do with the multiple search pop-up. The one you can keep adding search filters to, dynamically. Are you saying I can put a dataEvent call in the searchoptions and just reference the colModel::name field to have it update the search filters in the pop-up?</p>
]]></description>
        	        	<pubDate>Fri, 18 Dec 2009 16:17:09 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Dynamic Select : Multiple Search Modal</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dynamic-select-multiple-search-modal#p13140</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dynamic-select-multiple-search-modal#p13140</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Not a simple task, but where you are &#8211; in form editing or in inline editing?</p>
<p>If you are in form editing it can be done relative easy, while in inline not so easy.</p>
<p>Best Regards</p>
<p>Tony</p>
<p>Edit:&#160; Sorry missed a the chapter.</p>
<p>Using beforeShowForm event you can disable all the five selects,</p>
<p>the in every change event for the select you can do the conditions what you want.</p>
<p>For this purpose you dan use dataEvents to bind a change function for every select.</p></p>
]]></description>
        	        	<pubDate>Thu, 17 Dec 2009 22:20:25 +0200</pubDate>
        </item>
        <item>
        	<title>Jason on Dynamic Select : Multiple Search Modal</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dynamic-select-multiple-search-modal#p13083</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dynamic-select-multiple-search-modal#p13083</guid>
        	        	<description><![CDATA[<p>Let me explain a scenario:</p>
</p>
<p>I have 6 columns of data. (A, B, C, D, E, F)</p>
<p>Each of the columns perform a dataUrl in the searchoptions and return the select options.</p>
<p>The select:value is a unique ID and the select:text is simply a display string.</p>
</p>
<p>Column A is a standard lookup, however the remaining columns depend on what select:value has been chosen for column A.</p>
<p>So, to populate B, C, D, E, and F I need to know what the user has chosen for A. (It would be nice to also prevent the user from searching for B, C, D, E, and F if they have not already added A as a filter criteria in the modal window.)</p>
</p>
<p>One thing I have tried to stay away from is using jQuery to parse the DOM and manipulate this search module as I would much rather use built-in jqGrid functionality.</p>
</p>
<p>Any thoughts?</p>
]]></description>
        	        	<pubDate>Wed, 16 Dec 2009 16:40:15 +0200</pubDate>
        </item>
</channel>
</rss>