<?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: Search events</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/search-events</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/search-events/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Search events</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-events#p6477</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-events#p6477</guid>
        	        	<description><![CDATA[<p>Hello snobo,</p>
<p>Thanks for this. Fixed.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 05 May 2009 08:08:36 +0300</pubDate>
        </item>
        <item>
        	<title>snobo on Search events</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-events#p6403</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-events#p6403</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>Which version do you use? There was a bug in previous versions. Use the last stable</p>
<p>Regards</p>
<p>Tony</p>
</blockquote>
<hr />
<p>I use the last stable (3.4.3) and the usage of three event callbacks is impossible due to, AFAIU, a bug in grid.formedit.js:</p>
<p>if ( $.isFunction(&#39;onInitializeSearch&#39;) ) { p.onInitializeSearch( $("#srchcnt"+gID) ); };<br />if ( $.isFunction(&#39;beforeShowSearch&#39;) ) { p.beforeShowSearch($("#srchcnt"+gID)); };<br />if($.isFunction(&#39;afterShowSearch&#39;)) { p.afterShowSearch($("#srchcnt"+gID)); }</p>
<p>These checks always fail... Must have been</p>
<p>if ( $.isFunction(p.onInitializeSearch) )</p>
<p>etc... Correct?</p>
]]></description>
        	        	<pubDate>Thu, 30 Apr 2009 08:29:55 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Search events</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-events#p6067</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-events#p6067</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I consider this to be included in 3.5 version</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 16 Apr 2009 02:49:45 +0300</pubDate>
        </item>
        <item>
        	<title>auz1111 on Search events</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-events#p6033</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-events#p6033</guid>
        	        	<description><![CDATA[<blockquote>
<p>Is there maby another way to make it possible to search on date field with datepicker. Maby I can make my own search form for this.</p>
</blockquote>
<hr />
<p>I was wondering if this is possible also. I would like to be able to search on a date column, but do not know if this is possible. Is this already a feature?</p>
]]></description>
        	        	<pubDate>Tue, 14 Apr 2009 18:28:30 +0300</pubDate>
        </item>
        <item>
        	<title>kritro on Search events</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-events#p5852</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-events#p5852</guid>
        	        	<description><![CDATA[<p>Thanks</p>
<p>I use 3.4.3. I will try with 3.4.2 and see what that does.</p>
<p>kritro</p>
]]></description>
        	        	<pubDate>Sat, 04 Apr 2009 09:52:56 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Search events</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-events#p5819</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-events#p5819</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Which version do you use? There was a bug in previous versions. Use the last stable</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 03 Apr 2009 06:50:29 +0300</pubDate>
        </item>
        <item>
        	<title>kritro on Search events</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-events#p5814</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-events#p5814</guid>
        	        	<description><![CDATA[<p>Thanks for the reply!</p>
<p>I know this would be a problem, but I was planning to if I could solve this some way or another, but maby its not possible.</p>
<p>The problem now is that the event is not triggered at all. If I do an alert</p>
<p>onInitializeSearch : function() {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; alert(&#39;jad&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
<p>nothing happens when running the search form.</p>
<p>Is there maby another way to make it possible to search on date field with datepicker. Maby I can make my own search form for this.</p>
]]></description>
        	        	<pubDate>Fri, 03 Apr 2009 03:49:51 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Search events</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-events#p5803</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-events#p5803</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I think it should be:</p>
<p>$(&#8221;#sval&#8221;).datepicker({...});</p>
<p>The .id is not needed, but you will have datepicker every time click in this field, instead that you select another. If you have only one field to search this is ok, but it will make some confusions if you serarch on more than one field.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 03 Apr 2009 02:20:04 +0300</pubDate>
        </item>
        <item>
        	<title>kritro on Search events</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-events#p5793</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-events#p5793</guid>
        	        	<description><![CDATA[<p>I cant get search events like onInitializeSearch og afterShowSearch working. I try to use a datepicker in the search form. I use the search button in the navigator and have configured it like this.</p>
<p>{<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sopt:[&#39;cn&#39;,&#39;bw&#39;,&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;gt&#39;,&#39;ew&#39;],<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; onInitializeSearch : function(id) {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; //alert(&#39;jad&#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;&#160;&#160;&#160;&#160;&#160; $("#sval".id).datepicker({<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; showOn: &#39;focus&#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;&#160;&#160;&#160; });<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; } <br />&#160;&#160;&#160; &#160;&#160;&#160; } // search options );</p>
</p>
<p>I use jqgrid 3.4.3 and I read that this should work as from 3.4.</p>
<p>I just started using this so I&#39;m no expert and was wonder if I&#39;m using it right.</p>
<p>kritro</p>
]]></description>
        	        	<pubDate>Thu, 02 Apr 2009 15:58:14 +0300</pubDate>
        </item>
</channel>
</rss>