<?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: Single Seach Box Modal functionality dissapear after â€œfindâ€ or â€œresetâ€ clicked</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/single-seach-box-modal-functionality-dissapear-after-find-or-reset-clicked</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/single-seach-box-modal-functionality-dissapear-after-find-or-reset-clicked/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Single Seach Box Modal functionality dissapear after â€œfindâ€ or â€œresetâ€ clicked</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/single-seach-box-modal-functionality-dissapear-after-find-or-reset-clicked#p14035</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/single-seach-box-modal-functionality-dissapear-after-find-or-reset-clicked#p14035</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Any changes to the css or the jqGrid code from you?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 19 Jan 2010 11:33:28 +0200</pubDate>
        </item>
        <item>
        	<title>pcalca007 on Single Seach Box Modal functionality dissapear after â€œfindâ€ or â€œresetâ€ clicked</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/single-seach-box-modal-functionality-dissapear-after-find-or-reset-clicked#p13979</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/single-seach-box-modal-functionality-dissapear-after-find-or-reset-clicked#p13979</guid>
        	        	<description><![CDATA[<p>Hi Tony, issue still happening after removing datePick function.</p>
</p>
<p>Debugging I found that the problem occurs @ line #153 and line #166 from gridformedit.js.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit309' value='Select Code' data-codeid='sfcode309' /></p>
<div class='sfcode' id='sfcode309'>grid.trigger("reloadGrid",[{page:1}]);</div>
<p>Grid removes the overlay as it ussually does after reloading data.</p>
<p>I think I will need a conditional statement looking for the opened seach box. Suggestions?</p>
</p>
<p>Thanks!</p>
<p>Pablo</p></p>
]]></description>
        	        	<pubDate>Sat, 16 Jan 2010 20:26:55 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Single Seach Box Modal functionality dissapear after â€œfindâ€ or â€œresetâ€ clicked</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/single-seach-box-modal-functionality-dissapear-after-find-or-reset-clicked#p13971</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/single-seach-box-modal-functionality-dissapear-after-find-or-reset-clicked#p13971</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Try to remove the datePick function and try. - i.e do not call dataInit for the datepicker</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 16 Jan 2010 11:15:03 +0200</pubDate>
        </item>
        <item>
        	<title>pcalca007 on Single Seach Box Modal functionality dissapear after â€œfindâ€ or â€œresetâ€ clicked</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/single-seach-box-modal-functionality-dissapear-after-find-or-reset-clicked#p13964</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/single-seach-box-modal-functionality-dissapear-after-find-or-reset-clicked#p13964</guid>
        	        	<description><![CDATA[<p>Hi Tony, thanks for the answer.</p>
<p>This is not the problem, I already tried with both combination&#160; deployment CSS and development CSS/jquery.searchFilter.css.</p>
</p>
<p>Before "Find(Buscar)" or "Reset(Limpiar)" button clicked:</p>
<p>[Image Can Not Be Found]</p>
</p>
<p>After "Find(Buscar)" or "Reset(Limpiar)" button clicked:</p>
<p>[Image Can Not Be Found]</p>
</p>
<p>Please notice that although search box remains active you can click into jqGrid anyway.</p>
</p>
<p>Heare are CSS/ JS used:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7108' value='Select Code' data-codeid='sfcode7108' /></p>
<div class='sfcode' id='sfcode7108'>&#60;link href="../../Content/cupertino/jquery-ui-1.7.2.custom.css" rel="stylesheet" type="text/css" /&#62;<br />&#60;link href="../../Content/ui.jqgrid.css" rel="stylesheet" type="text/css" /&#62;<br />&#60;link href="../../Content/jquery.searchFilter.css" rel="stylesheet" type="text/css" /&#62;</div>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7958' value='Select Code' data-codeid='sfcode7958' /></p>
<div class='sfcode' id='sfcode7958'>&#60;script src="../../Scripts/jquery-1.3.2.min.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="../../Scripts/jquery-ui-1.7.2.custom.min.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="../../Scripts/grid.locale-sp.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="../../Scripts/jquery.jqGrid.min.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="../../Scripts/grid.common.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="../../Scripts/grid.formedit.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="../../Scripts/jquery.searchFilter.js" type="text/javascript"&#62;&#60;/script&#62;</div>
</p>
<p>Thanks and Regards!</p>
<p>Pablo</p></p>
]]></description>
        	        	<pubDate>Sat, 16 Jan 2010 00:40:06 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Single Seach Box Modal functionality dissapear after â€œfindâ€ or â€œresetâ€ clicked</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/single-seach-box-modal-functionality-dissapear-after-find-or-reset-clicked#p13957</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/single-seach-box-modal-functionality-dissapear-after-find-or-reset-clicked#p13957</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I think that the problem is that you maybe use the grid css file from the development version and to the full one.</p>
<p>If you use this file from src dir you should load the jquery.searchFilter.css too.</p>
<p>Please let me know if this was the problem.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 15 Jan 2010 19:51:29 +0200</pubDate>
        </item>
        <item>
        	<title>pcalca007 on Single Seach Box Modal functionality dissapear after â€œfindâ€ or â€œresetâ€ clicked</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/single-seach-box-modal-functionality-dissapear-after-find-or-reset-clicked#p13928</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/single-seach-box-modal-functionality-dissapear-after-find-or-reset-clicked#p13928</guid>
        	        	<description><![CDATA[<p>Hi guys. I&#39;m having an issue with modal search. Modal pop up shows ok, but after &#8220;reset&#8221; or &#8220;find&#8221; is clicked the modal functionality disspear and although search box remains active you can click into jqGrid. Seems to be a problem with the overlay or after binding the new data jquery deactivate modal. In other words, I want to reproduce what is given in the examples, you cannot "use" the grid until you close the search modal. Ideas?</p>
</p>
<p>Code:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9452' value='Select Code' data-codeid='sfcode9452' /></p>
<div class='sfcode' id='sfcode9452'>
<p>jQuery(&#8221;#listNoticias&#8221;).jqGrid({</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;url: &#39;&#60;%= Url.Action(&#8221;ObtenerDatosGrid&#8221;) %&#62;&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;datatype: &#39;json&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;mtype: &#39;GET&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;loadui: &#39;block&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;multiselect: false,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;colNames: [&#39;Id&#39;, &#39;Creada&#39;, &#39;Titulo&#39;, &#39;Opciones&#39;],</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;colModel: [</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{ index: &#39;Id&#39;, hidden: true, search: false },</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{ index: &#39;Creada&#39;, width: 50, align: &#39;left&#39;, searchoptions: { dataInit: datePick, sopt: [&#39;le&#39;, &#39;ge&#39;, &#39;eq&#39;]} },</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{ index: &#39;Titulo&#39;, width: 150, align: &#39;left&#39;, searchoptions: { sopt: [&#39;cn&#39;]} },</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{ index: &#39;Opciones&#39;, width: 50, formatter: formatOpciones, align: &#39;center&#39;, sortable: false, search: false }</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;],</p>
</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;pager: jQuery(&#39;#pagerNoticias&#39;),</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;rowNum: 8,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;rowList: [8, 15, 20],</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;sortname: &#39;Creada&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;sortorder: &#39;desc&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;viewrecords: true,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;imgpath: &#39;/content/cupertino/images&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;height: 240,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;width: 867,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;hidegrid: false</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;//});</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;});</p>
<p>jQuery(&#39;#listNoticias&#39;).jqGrid(&#39;navGrid&#39;, &#39;#pagerNoticias&#39; , { search: true, edit: false, add: false, del: false, searchtext: &#8220;Buscar&#8221; },</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{}, // &#160;default settings for edit</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{}, // &#160;default settings for add</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{}, &#160;// delete instead that del:false we need this</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{ Modals: true, closeAfterSearch: true, drag: true, closeOnEscape: true }, // search options</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{} /* view parameters*/</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;); &#160; &#160;</p>
</div>
<p><input type='button' class='sfcodeselect' name='sfselectit2839' value='Select Code' data-codeid='sfcode2839' /></p>
<div class='sfcode' id='sfcode2839'>
<p>&#60;table id=&#8221;listNoticias&#8221;&#62;&#60;/table&#62;</p>
<p>&#60;div id=&#8221;pagerNoticias&#8221;&#62;&#60;/div&#62;</p>
</div>
<p>Thanks and Regards!</p></p>
]]></description>
        	        	<pubDate>Fri, 15 Jan 2010 06:36:24 +0200</pubDate>
        </item>
</channel>
</rss>