<?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 Search</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/dynamic-search</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-search/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Carlo on Dynamic Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dynamic-search#p19517</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dynamic-search#p19517</guid>
        	        	<description><![CDATA[<p>Problem Solved by taking the easy way out <img class="wp-smiley" src="/blog/wp-includes/images/smilies/icon_razz.gif" alt=":P" /> :</p>
<p>instead of trying to catch the select event through the jqgrid functionality, I removed all events which were bind to the select element and attached my own change event.</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3116' value='Select Code' data-codeid='sfcode3116' /></p>
<div class='sfcode' id='sfcode3116'>
<p>$(&#39;#gs_type&#39;).unbind();<br />$(&#39;#gs_type&#39;).change(<br />&#160;&#160;&#160; function() {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; reloadGrid();</p>
<p>&#160;&#160;&#160; }</p>
<p>);</p>
</div>
<p>I still wonder what I did wrong in my previous attempts :S</p>
<p>it would be great if someone could have a look at my configuration.</p>
<p>Thanks in advance</p>
</p>
<p>Carlo</p>
]]></description>
        	        	<pubDate>Fri, 03 Sep 2010 12:28:25 +0300</pubDate>
        </item>
        <item>
        	<title>Carlo on Dynamic Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dynamic-search#p19462</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dynamic-search#p19462</guid>
        	        	<description><![CDATA[<p>hmm are you sure? the whole grid works great and is fully functional ONLY the integrated searchtoolbar disapears, when I try to set the searchoptions like this:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1974' value='Select Code' data-codeid='sfcode1974' /></p>
<div class='sfcode' id='sfcode1974'>&#160;&#34;searchoptions&#34;:{<br />&#160;&#160;&#160;&#160;&#160;&#160; &#34;dataEvents&#34;:<br />&#160;&#160; &#160;&#160;&#160;&#160; [<br />&#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; &#34;type&#34;:&#34;change&#34;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#34;fn&#34;:&#34;function(e) {reloadGrid($(e.target).val()); }&#34;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; }<br />&#160;&#160; &#160;&#160;&#160;&#160; ]}</div>
</p>
<p>I repeat: usually the Grid is fully functional, also the integrated searchtoolbar works great so I guess it&#39;s a configuration problem, but maybe I&#39;m wrong <img class="spSmiley" style="margin:0" title="Smile" src="/blog/wp-content/forum-smileys/sf-smile.gif" alt="Smile" />.</p>
</p>
<p>I can&#39;t post the full HTML cause I&#39;m working on a Intranet Project (which is also pretty big), but I will post all relevant Parts.</p>
<p>I&#39;am using the full 3.7.1 package (minified skript)</p>
<p>Here my includes </p>
<p><input type='button' class='sfcodeselect' name='sfselectit7283' value='Select Code' data-codeid='sfcode7283' /></p>
<div class='sfcode' id='sfcode7283'>&#60;head&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=UTF-8&#34;&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;title&#62;Insert title here&#60;/title&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;!&#8211; blueprint grid&#160; &#8211;&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;link rel=&#34;stylesheet&#34; href=&#34;css/blueprint/screen.css&#34; type=&#34;text/css&#34; media=&#34;screen, projection&#34;&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;link rel=&#34;stylesheet&#34; href=&#34;css/blueprint/print.css&#34; type=&#34;text/css&#34; media=&#34;print&#34;&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;!&#8211; blueprint grid fluid &#8211;&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;link rel=&#34;stylesheet&#34; href=&#34;css/blueprint/liquid.css&#34; type=&#34;text/css&#34; media=&#34;screen&#34;&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;!&#8211;[if lt IE 8]&#62;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#60;link rel=&#34;stylesheet&#34; href=&#34;css/blueprint/ie.css&#34; type=&#34;text/css&#34; media=&#34;screen, projection&#34;&#62;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#60;![endif]&#8211;&#62;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;!&#8211; JQuery theme &#8211;&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;link type=&#34;text/css&#34; href=&#34;css/redmond/jquery-ui-1.8.2.custom.css&#34; rel=&#34;stylesheet&#34; /&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;!&#8211; jqGrid &#8211;&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;css/jqgrid/ui.jqgrid.css&#34; /&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;!&#8211; JQuery Multiselect plugin &#8211;&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;css/ui.multiselect.css&#34; /&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;!&#8211; Own css &#8211;&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;css/screen.css&#34; /&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;!&#8211; JQuery script &#8211;&#62;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;script type=&#34;text/javascript&#34; src=&#34;js/jquery-1.4.2.min.js&#34;&#62;&#60;/script&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;script type=&#34;text/javascript&#34; src=&#34;js/jquery-ui-1.8.2.custom.min.js&#34;&#62;&#60;/script&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;!&#8211; JQuery Plugin Multiselect &#8211;&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;script src=&#34;js/plugins/localisation/jquery.localisation-min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;script src=&#34;js/plugins/scrollTo/jquery.scrollTo-min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;script src=&#34;js/ui.multiselect.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;!&#8211; jqGrid scripts &#8211;&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;script src=&#34;js/i18n/grid.locale-en.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;script src=&#34;js/jquery.jqGrid.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;!&#8211; jqGrid fluid adapter script &#8211;&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;script src=&#34;js/jquery.jqGrid.fluid.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#60;/head&#62; &#160;&#160;</div>
</p>
<p>The following function should be trigered the moment the &#39;select&#39; is changed, and rebuilds the grid with the new ColModel and ColNames.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4784' value='Select Code' data-codeid='sfcode4784' /></p>
<div class='sfcode' id='sfcode4784'>
<p>function reloadGrid(){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var colNameseAndColModel=null;</p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colNameseAndColModel= getColNamesAndColModel();</p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; $(&#39;#fo_search&#39;).GridUnload();</p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; createSearchGrid(colNameseAndColModel);<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;resize_the_grids(); <br />}</p>
</div>
<p>colNames and colModel are generated serverside and look exactly like in Post 3</p>
</p>
<p>Here is the function which builds my grid:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5072' value='Select Code' data-codeid='sfcode5072' /></p>
<div class='sfcode' id='sfcode5072'>
<p>function createSearchGrid(res) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; jQuery(&#34;#fo_search&#34;)<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;.jqGrid(<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;url : &#39;Listener&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;id : &#39;fo_search&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;datatype : &#39;json&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;mtype : &#39;POST&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colNames : res.colNames,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colModel : res.colModel,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;pager : &#39;#fo_search_pager&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;rowNum : 25,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;rowList : [ 25, 50, 100 ],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortable : true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortname : &#39;invid&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortorder : &#39;asc&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;viewrecords : true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; shrinkToFit : false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; autowidth : true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;toppager : true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;height : &#39;auto&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;postData : {<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;action : &#39;fo_search&#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;//type : $(&#39;#search_type&#39;).val()<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;&#160;&#160; &#160;beforeRequest: function (){<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;//reloadGrid();<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;//if ($(&#39;#gs_type&#39;).val())<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;&#160;&#160; &#160;onCellSelect : function(rowid, iCol,cellcontent, 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;var isLink = $(<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;&#34;.//tr[id=&#39;&#34; + rowid + &#34;&#39;]&#34;)<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;.children().eq(iCol).hasClass(<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;&#34;cross_link&#34;);</p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if (isLink) {<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;openInfoDialog(&#39;testType&#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;&#160;&#160; &#160;&#160;&#160; &#160;&#39;testName&#39;, rowid);<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;&#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;);</p>
</div>
<p>Greetings </p>
<p>Carlo</p>
]]></description>
        	        	<pubDate>Wed, 01 Sep 2010 16:26:22 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Dynamic Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dynamic-search#p19451</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dynamic-search#p19451</guid>
        	        	<description><![CDATA[<p>Probably you forgot to include some jqGrid js-file. You should post your full code inclusive HTML with the headers which shows the order of js files and CSS which are loaded.</p>
<p>Look at this example <a href="http://www.ok-soft-gmbh.com/jqGrid/CustomFilter.htm" rel="nofollow" target="_blank"><a href="http://www.ok-soft-gmbh.com/jq" rel="nofollow">http://www.ok-soft-gmbh.com/jq</a>.....Filter.htm</a>, which was the answer to <a href="http://stackoverflow.com/questions/3311929/is-there-a-way-to-programatically-set-a-filter-in-jquery-jqgrid" rel="nofollow" target="_blank"><a href="http://stackoverflow.com/quest" rel="nofollow">http://stackoverflow.com/quest</a>.....ery-jqgrid</a>.</p>
<p>It shows another things, but it is a working example used searching in the toolbal. In the code I included some debug versions of the jqGrid files. Debug versions you find in src directory of the jqGrid.</p>
<p>Regards<br />Oleg</p></p>
]]></description>
        	        	<pubDate>Wed, 01 Sep 2010 00:24:01 +0300</pubDate>
        </item>
        <item>
        	<title>Carlo on Dynamic Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dynamic-search#p19437</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dynamic-search#p19437</guid>
        	        	<description><![CDATA[<p>Hi Oleg!</p>
<p>thanks for your Help. I was just about to reply the answer myself (stupid me for not reading the manual right <img class="spSmiley" style="margin:0" title="Confused" src="/blog/wp-content/forum-smileys/sf-confused.gif" alt="Confused" />)</p>
<p>-&#62; <a rel="nofollow" href="/jqgridwiki/doku.php?id=wiki:search_config" target="_blank"></a><a href="http://www.trirand.com/jqgridw" rel="nofollow" target="_blank">http://www.trirand.com/jqgridw</a>.....rch_config</p>
<p>Anyway maybe you can help me again.</p>
<p>I still get an error with the following configuration.</p>
<p>Firebug says "break on error: d is undefined" and the grid is loaded without the searchtoolbar</p>
<p>{<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;"colNames":["Name","Type","Description"],<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;&#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;&#160; &#160;&#160;&#160; &#160;"name":"name",<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;"index":"name",<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;"width":"450",<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;"classes":"cross_link"<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; },<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; {<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;"name":"type",<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;"index":"type",<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;"stype":"select",<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;"editoptions":{"value":":All;Interface:Interface;Technical Team:Technical Team;Stream:Stream;"},<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;"searchoptions":{<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;"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; &#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;&#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;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;"type":"change",<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;"fn":"function(e) {reloadGrid($(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;}<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;]},<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;"width":"110&#8243;},<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;&#8230;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}&#160;&#160;&#160;</p>
<p>thanks for your time</p>
</p>
<p>Carlo</p>
]]></description>
        	        	<pubDate>Tue, 31 Aug 2010 16:52:15 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Dynamic Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dynamic-search#p19430</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dynamic-search#p19430</guid>
        	        	<description><![CDATA[<p>Try to define in the colModel for the column with &#39;select&#39; additional options</p>
<p>searchoptions: {<br />&#160;&#160;&#160; dataEvents: [ {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; type: &#39;change&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; fn: function(e) {<br />&#160; &#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160; var v=$(e.target).val();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; // do what yoou need<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160; } ]<br />}</p>
<p>Regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Tue, 31 Aug 2010 14:28:08 +0300</pubDate>
        </item>
        <item>
        	<title>Carlo on Dynamic Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dynamic-search#p19429</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dynamic-search#p19429</guid>
        	        	<description><![CDATA[<p>Hello Everybody,</p>
</p>
<p>first of all I want to compliment the jqGrid developers and contributors. I&#39;ve been using jqGrid for a while now and I must say it&#39;s by far the best grid out there.</p>
</p>
<p>Now for my Problem:</p>
<p>I&#39;m using jqGrid to realise a dynamic search grid, which has to be reloaded/rebuild with new collumns when selecting a certain search type.</p>
<p>Before selecting type</p>
<p><a href="http://pic0.picsorlinks.com/ph_or_41604_9fc5039.png"><img src="http://pic0.picsorlinks.com/ph_or_41604_9fc5039.png" width="100"  class="sfimageleft spUserImage" alt="before" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>After selecting type</p>
<p><a href="http://pic0.picsorlinks.com/ph_or_41605_fa32b44.png"><img src="http://pic0.picsorlinks.com/ph_or_41605_fa32b44.png" width="100"  class="sfimageleft spUserImage" alt="after" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>My Problem is that I can&#39;t figure out how I can cath the &#39;select&#39;-event in the integrated searchtoolbar.</p>
<p>Until now I did trigger the reload by using another select outside the grid (which I wanna get rid of 😛 )</p>
<p>Any help is welcome</p>
</p>
<p>Regards</p>
<p>Carlo</p>
]]></description>
        	        	<pubDate>Tue, 31 Aug 2010 12:30:24 +0300</pubDate>
        </item>
</channel>
</rss>