<?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: Automatic Searching on Many Fields </title>
	<link>http://www.trirand.com/blog/?page_id=393/help/automatic-searching-on-many-fields</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/automatic-searching-on-many-fields/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Automatic Searching on Many Fields </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/automatic-searching-on-many-fields#p7057</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/automatic-searching-on-many-fields#p7057</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Maybe this is the right code:</p>
<p>$(&#8221;<strong>#</strong>gs_myfieldfromcolModel&#8221;).keydown(function() {<br />&#160;&#160;&#160; mygrid.triggerToolbar();<br />});</p>
</p>
<p>Also in 3.5 there is buill in event to attach this to any editable and serchable element. See the changes</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 04 Jun 2009 05:23:45 +0300</pubDate>
        </item>
        <item>
        	<title>NSV on Automatic Searching on Many Fields </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/automatic-searching-on-many-fields#p7033</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/automatic-searching-on-many-fields#p7033</guid>
        	        	<description><![CDATA[<p>I try this on the new Integrated Search Toolbar.<br />But it doesn&#39;t seem to work.</p>
<p>Autosearch option enables search on Enter.</p>
<p>All input have "gs_myfieldfromcolModel" id.<br />But when i use :<br />$(&#8221;gs_myfieldfromcolModel&#8221;).keydown(function() {<br />&#160;&#160;&#160; mygrid.triggerToolbar();<br />});<br />Notinhg works (i try mygrid[0].toggleToolbar(); but nothing is going on.</p>
<p>What is wrong ?</p>
<p>NSV</p>
]]></description>
        	        	<pubDate>Wed, 03 Jun 2009 17:10:35 +0300</pubDate>
        </item>
        <item>
        	<title>dac60x on Automatic Searching on Many Fields </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/automatic-searching-on-many-fields#p6667</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/automatic-searching-on-many-fields#p6667</guid>
        	        	<description><![CDATA[<p>Ok,</p>
<p>It&#39;s just what&#160;I was looking for. I will try it tomorrow.&#160;</p>
<p>Thank you so much for this amazing plugin and the support.</p>
<p>Regards</p>
<p>Diego</p>
]]></description>
        	        	<pubDate>Wed, 13 May 2009 16:46:03 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Automatic Searching on Many Fields </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/automatic-searching-on-many-fields#p6666</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/automatic-searching-on-many-fields#p6666</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I mean after you call the filterGrid. After calling this method you can do</p>
<p>$("sg_myfieldfromcolModel").keydown(function() {</p>
<p>// use triggerSearch to do the job</p>
<p>});</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 13 May 2009 15:29:53 +0300</pubDate>
        </item>
        <item>
        	<title>dac60x on Automatic Searching on Many Fields </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/automatic-searching-on-many-fields#p6615</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/automatic-searching-on-many-fields#p6615</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>I don&#39;t know what you mean when you post: ...when the search is constructed. Where can I attach a keydown event? Colud you give me an example?.</p>
<p>Thanks!.</p>
]]></description>
        	        	<pubDate>Mon, 11 May 2009 11:23:09 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Automatic Searching on Many Fields </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/automatic-searching-on-many-fields#p6580</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/automatic-searching-on-many-fields#p6580</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Currently not supported, but you can attach a keydown event when the search is constructed. Every search field on serch form has a id = sg_ + the name from colModel</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 09 May 2009 09:26:51 +0300</pubDate>
        </item>
        <item>
        	<title>dac60x on Automatic Searching on Many Fields </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/automatic-searching-on-many-fields#p6541</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/automatic-searching-on-many-fields#p6541</guid>
        	        	<description><![CDATA[<p>Hi!</p>
<p>How can I&#160;do an automatic searching on searching toolbar when onkeydown event occurs&#160;instead of pressing enter key.</p>
<p>I mean, I&#39;d like to do the same that yo do when you Enable Autosearch in <span style="color: #0000ff;"><span style="text-decoration: underline;">Search Big Sets</span><span style="color: #000000;"> in demo, but in toobar searching.</span></span></p>
<p>Thank you in advance.</p>
]]></description>
        	        	<pubDate>Thu, 07 May 2009 02:17:42 +0300</pubDate>
        </item>
</channel>
</rss>