<?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: How to custom jqgrid search dialog</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-custom-jqgrid-search-dialog</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/how-to-custom-jqgrid-search-dialog/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on How to custom jqgrid search dialog</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-custom-jqgrid-search-dialog#p27633</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-custom-jqgrid-search-dialog#p27633</guid>
        	        	<description><![CDATA[<p>@mohsen: Look at <a href="http://www.ok-soft-gmbh.com/jqGrid/ranking1_441.htm" target="_blank">the demo</a> which is small modification of the early demo from <a href="http://stackoverflow.com/a/10284605/315935" target="_blank">the answer</a>. It shows how to implement custom searching control (stype: "custom"). <a href="http://stackoverflow.com/a/8953934/315935" target="_blank">Another answer</a> could help you in the next step ot the implementation if you would need to implement interval searching locally.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Sat, 27 Oct 2012 14:23:17 +0300</pubDate>
        </item>
        <item>
        	<title>mohsen.bahrzadeh on How to custom jqgrid search dialog</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-custom-jqgrid-search-dialog#p27630</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-custom-jqgrid-search-dialog#p27630</guid>
        	        	<description><![CDATA[<p>@Tony: i want implemet this ability but i don&#39;t know how to implemet this, please help me. thanks</p></p>
]]></description>
        	        	<pubDate>Fri, 26 Oct 2012 08:47:54 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to custom jqgrid search dialog</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-custom-jqgrid-search-dialog#p27427</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-custom-jqgrid-search-dialog#p27427</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Unfrotunatley this is not possible at the moment.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Fri, 28 Sep 2012 08:27:20 +0300</pubDate>
        </item>
        <item>
        	<title>mohsen.bahrzadeh on How to custom jqgrid search dialog</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-custom-jqgrid-search-dialog#p27425</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-custom-jqgrid-search-dialog#p27425</guid>
        	        	<description><![CDATA[<p><strong>@tony: thanks for help me. but i want first design this form when user select Date from Select control </strong></p>
<p><strong><a href="http://i.stack.imgur.com/nv1va.jpg"><img src="http://i.stack.imgur.com/nv1va.jpg" width="100"  class="sfimageleft spUserImage" alt="" /><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></strong></p>
<p><strong>thanks for help me.<br /></strong></p>
]]></description>
        	        	<pubDate>Fri, 28 Sep 2012 00:37:24 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to custom jqgrid search dialog</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-custom-jqgrid-search-dialog#p27397</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-custom-jqgrid-search-dialog#p27397</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>You can use filters option in postData array to define this.</p>
<p>Like this</p>
<p><input type='button' class='sfcodeselect' name='sfselectit470' value='Select Code' data-codeid='sfcode470' /></p>
<div class='sfcode' id='sfcode470'>
<p><input type='button' class='sfcodeselect' name='sfselectit5912' value='Select Code' data-codeid='sfcode5912' /></p>
<div class='sfcode' id='sfcode5912'>var mysearch = </div>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2002' value='Select Code' data-codeid='sfcode2002' /></p>
<div class='sfcode' id='sfcode2002'>{&#160;"groupOp":"AND",<br />&#160;&#160;&#160;&#160;"rules":[<br />&#160;&#160;&#160;&#160;&#160;&#160;{"field":"Date","op":"gt","data":""},</div>
<p><input type='button' class='sfcodeselect' name='sfselectit7698' value='Select Code' data-codeid='sfcode7698' /></p>
<div class='sfcode' id='sfcode7698'>&#160;&#160;&#160;&#160;&#160; {"field":"Date","op":"lt","data":""},</div>
<p><input type='button' class='sfcodeselect' name='sfselectit5709' value='Select Code' data-codeid='sfcode5709' /></p>
<div class='sfcode' id='sfcode5709'>&#160;&#160;&#160;&#160; ]<br />}</div>
<p>$("#table").jqGrid({</p>
<p>....</p>
</p>
<p>postData : { filters : mysearch }</p>
<p>...</p>
<p>});</p>
</div>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 27 Sep 2012 13:05:17 +0300</pubDate>
        </item>
        <item>
        	<title>mohsen.bahrzadeh on How to custom jqgrid search dialog</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-custom-jqgrid-search-dialog#p27393</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-custom-jqgrid-search-dialog#p27393</guid>
        	        	<description><![CDATA[<p>i&#39;m starter in jqGrid. i have 4 feild , Id,Name,Date and Age. i Want  when user click in icon search and appear search box when select Date  item for search Now Appear one textBox for user enter your date, but i  want Appear two textBox for user enter FromDate and ToDate.<br /> please help me. thanks All</p>
]]></description>
        	        	<pubDate>Thu, 27 Sep 2012 10:56:24 +0300</pubDate>
        </item>
</channel>
</rss>