<?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: date input in toolbar-searching</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/date-input-in-toolbar-searching</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/feature-request/date-input-in-toolbar-searching/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>waiting on date input in toolbar-searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/date-input-in-toolbar-searching#p17707</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/date-input-in-toolbar-searching#p17707</guid>
        	        	<description><![CDATA[<p>Hello tony,</p>
<p>text-cell autosearching works with:</p>
<p>myGrid.jqGrid(&#39;filterToolbar&#39;, {searchOnEnter : true}); or</p>
<p>myGrid.jqGrid(&#39;filterToolbar&#39;, {});</p>
</p>
<p>select-cell autosearching not works yet with:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7438' value='Select Code' data-codeid='sfcode7438' /></p>
<div class='sfcode' id='sfcode7438'>
<p>&#160;{name: &#39;issue_date&#39;, index:&#39;issue_date&#39;, width: 100, <br />&#160;&#160;&#160;&#160; searchoptions: {sopt: [&#39;xxxx&#39;],&#160;&#160; dataInit: function(el){&#160; $(el).datepicker(); }&#160; }<br />&#160;},</p>
<p>var myGrid = $(&#39;#id&#39;).jqGrid({&#8230;..});</p>
<p>myGrid.jqGrid(&#39;filterToolbar&#39;, {searchOnEnter : false});</p>
</div>
<p> best regards</p>
<p>waiting</p>
]]></description>
        	        	<pubDate>Thu, 03 Jun 2010 05:40:31 +0300</pubDate>
        </item>
        <item>
        	<title>tony on date input in toolbar-searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/date-input-in-toolbar-searching#p17682</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/date-input-in-toolbar-searching#p17682</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You put these options in the wrong place. Please read carfully the docs</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:toolbar_searching&#038;s=autosearch" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....autosearch</a></p>
<p>These are parts of filterToolbar and not a part from colModel.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 02 Jun 2010 20:32:26 +0300</pubDate>
        </item>
        <item>
        	<title>waiting on date input in toolbar-searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/date-input-in-toolbar-searching#p17602</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/date-input-in-toolbar-searching#p17602</guid>
        	        	<description><![CDATA[</p>
<p>Hi tony,</p>
<p>It not work with:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2262' value='Select Code' data-codeid='sfcode2262' /></p>
<div class='sfcode' id='sfcode2262'>
<p>&#160; {name: &#39;starttime&#39;, index:&#39;starttime&#39;, width: 100,  fixed:true, editable:false, align:&#39;center&#39;, title: false,<br />&#160;&#160;&#160; searchoptions: {sopt: xxxx,</p>
<p>&#160;<strong>&#160;&#160;&#160;&#160; autosearch: true,</strong></p>
<p><strong>&#160;&#160;&#160;&#160;&#160; searchOnEnter: false,</strong><br />&#160;&#160;&#160;&#160;&#160;&#160; dataInit:  function(el){&#160;&#160; &#160;$(el).datepicker();&#160;&#160; &#160;}<br />&#160;&#160;&#160; }<br />&#160; },</p>
</div>
<p>It&#160; says:</p>
<table class="inline" border="0">
<tbody>
<tr class="row1">
<td class="col0">autosearch</td>
<td class="col1">boolean</td>
<td class="col2">Search is performed according to the following rules: for  text element when a Enter key is pressed while inputting values and  search is performed. For select element when the value changes. The  search parameter in grid is set to true and ajax call is made.</td>
</tr>
</tbody>
</table>
<p>in the page <a rel="nofollow" href="/jqgridwiki/doku.php?id=wiki:toolbar_searching" target="_blank"></a><a href="http://www.trirand.com/jqgridw" rel="nofollow" target="_blank">http://www.trirand.com/jqgridw</a>....._searching. and Default is true.</p>
</p>
<p>I found even in normal txt cell, autosearch also not work when typing char, must use ENTER:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5538' value='Select Code' data-codeid='sfcode5538' /></p>
<div class='sfcode' id='sfcode5538'>&#160;{name: &#39;name&#39;, index:&#39;name&#39;, width: 250, editable: true, </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160; searchoptions:{sopt: xxx, searchOnEnter: false, autosearch: true},<br />&#160; &#160;&#160;&#160;&#160; formatter:&#39;showlink&#39;, formatoptions: {baseLinkUrl:&#39;download.php&#39;, target: &#39;_blank&#39;}<br />&#160;},</p>
</div>
<p>this occurs whit version 3.65,3.64. without 3.62. but with v3.63 this no works yet:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7610' value='Select Code' data-codeid='sfcode7610' /></p>
<div class='sfcode' id='sfcode7610'>
<p>&#160;{name: &#39;issue_date&#39;, index:&#39;issue_date&#39;, width: 100, fixed: true, editable: false, align:&#39;center&#39;, title: false,<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160; searchoptions: {sopt: [&#39;xxxx&#39;],<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; searchOnEnter : false,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; autosearch: true,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; dataInit: function(el){&#160;&#160; &#160;$(el).datepicker();&#160;&#160; &#160;}<br />&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160; }<br />&#160;},</p>
</div>
<p>I have a way to solve the datepick-autosearch problem temporarily:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit808' value='Select Code' data-codeid='sfcode808' /></p>
<div class='sfcode' id='sfcode808'>
<p>&#160; {name: &#39;issue_date&#39;, index:&#39;issue_date&#39;, width: 100, fixed: true, editable: false, align:&#39;center&#39;, title: false,<br />&#160;&#160; &#160;&#160;&#160;&#160; searchoptions: {sopt:opt.sopt.num,<br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; dataInit: function(el){<br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; $(el).datepicker( <strong>{onClose</strong><strong>: function(dateText, inst) { myGrid[0].triggerToolbar(); }}</strong> );&#160;&#160; // not use onSelect<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160; }<br />&#160;},</p>
<p>&#8230;.</p>
<p>var myGrid = $(&#39;#id&#39;).jqGrid({&#8230;..});</p>
</div>
]]></description>
        	        	<pubDate>Mon, 31 May 2010 11:02:16 +0300</pubDate>
        </item>
        <item>
        	<title>tony on date input in toolbar-searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/date-input-in-toolbar-searching#p17574</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/date-input-in-toolbar-searching#p17574</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Try to use</p>
<p>searchOnEnter : false</p>
<p>in the filterToolbar method.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 30 May 2010 12:36:01 +0300</pubDate>
        </item>
        <item>
        	<title>waiting on date input in toolbar-searching</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/date-input-in-toolbar-searching#p17445</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/date-input-in-toolbar-searching#p17445</guid>
        	        	<description><![CDATA[<p>i set a col by this:</p>
</p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; {name: &#39;starttime&#39;, index:&#39;starttime&#39;, width: 100, fixed:true, editable:false, align:&#39;center&#39;, title: false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;searchoptions: {sopt: xxxx,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;dataInit: function(el){&#160;&#160; &#160;$(el).datepicker();&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},</p>
<p>use toolbar searching, i click it then datepicker dialog appear, when i choose a date the datepicker dialog disappear but searching not excute. I have to click cell again , press Enter (this time datepicker dialog exists) to trigger the toolbar searching.</p>
<p>can it do action like select-cell (stype: &#39;select&#39;) ?</p>
]]></description>
        	        	<pubDate>Tue, 25 May 2010 15:03:20 +0300</pubDate>
        </item>
</channel>
</rss>