<?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: ajax update search in jqgrid 3.6 and jqgrid 4</title>
	<link>http://www.trirand.com/blog/?page_id=393/releases/ajax-update-search-in-jqgrid-3-6-and-jqgrid-4</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/releases/ajax-update-search-in-jqgrid-3-6-and-jqgrid-4/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>mapdirk on ajax update search in jqgrid 3.6 and jqgrid 4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/ajax-update-search-in-jqgrid-3-6-and-jqgrid-4#p23717</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/ajax-update-search-in-jqgrid-3-6-and-jqgrid-4#p23717</guid>
        	        	<description><![CDATA[<p>I have written a module that updates dropdown boxes in the multiple search process in jqgrid 3.6 interactively:</p>
<p>For example in the first line you have a dropdown (select element with options) to select a Country choose "France" , operator "AND" and then hit "+" :</p>
<p>&#160; &#160;Then a background process updates all dropdown search boxes via Ajax and you can only choose items for "France"</p>
<p>in the other dropdown fields (for example you can select only regions in France , customers in France,...) &#160;which makes specification much easier.</p>
<p>In jqgrid 3.6 this is easy. I just update all the select elements (class &#39;vdata&#39;) below the actual one (visible or not) and the rest happens automatically because jqgrid just switches between &#39;display:inline&#39; &#39;display:none&#39; when search fields are switched.</p>
<p>In jqgrid 4.0 and 4.1 the values for the options are copied from a "secret" place I could not find when switching between different search items. Now my question is:</p>
<p>Does anyone know where these select options are stored and how I can manipulate them with an ajax request.</p>
</p>
<p>Or is it possible to use the old search tool from jqgrid 3.6 in jqgrid 4.0 and how to do this?</p>
</p>
<p>Any help is welcome- I would like to share my code if I get this to work.</p>
</p>
<p>Dirk</p>
]]></description>
        	        	<pubDate>Tue, 21 Jun 2011 18:39:51 +0300</pubDate>
        </item>
</channel>
</rss>