<?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: editable searchFilter without jqGrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/editable-searchfilter-without-jqgrid</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/editable-searchfilter-without-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tempel on editable searchFilter without jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editable-searchfilter-without-jqgrid#p26506</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editable-searchfilter-without-jqgrid#p26506</guid>
        	        	<description><![CDATA[<p>hi,</p>
<p>We are using jqGrid very much in one of our projects.</p>
<p>Now the project needs to have a mobile Page built with jqueryMobile.</p>
<p>Here we don&#39;t want to use the plugin at all! But on the Server Side we have everything setup like searching/filtering etc.</p>
<p>We are sending the postData to the server as if using jqGrid plugin! and display results in listviews</p>
<p>Now I need to give the users a way to modify theire&#160; searchFilters.</p>
<p>So I started digging into jquery.searchFilter.js</p>
</p>
<p>This plugin is working quite good from within my mobile pages and constructs the searchFields and boxes.</p>
<p>I can click add/delete/search and manually create a new Filter.</p>
<p>To modify an existing Filter I used to do something like this: (when using jqGrid plugin)</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit237' value='Select Code' data-codeid='sfcode237' /></p><div class='sfcode' id='sfcode237'>$(&#39;#jqGrid&#39;).setGridParam({     postData: {       filters: userFilter     }   });<p><input type='button' class='sfcodeselect' name='sfselectit3859' value='Select Code' data-codeid='sfcode3859' /></p><div class='sfcode' id='sfcode3859'></div></div><p><input type='button' class='sfcodeselect' name='sfselectit9094' value='Select Code' data-codeid='sfcode9094' /></p><div class='sfcode' id='sfcode9094'></div></pre>
<p>And then I just open the SearchBox and have all the input fields set. Ready to modify the values.</p>
<p>Is there a way to load the filterString with the jquery.searchFilter.js without using jqGrid and have my input fields filled with these values?</p>
</p>
<p>I don&#39;t think this will work directly. But maybe someone has had a similar problem before?!</p>
</p>
<p>any hints appreciated,Thanks alot</p>
<p>tempel</p>
]]></description>
        	        	<pubDate>Thu, 03 May 2012 18:26:46 +0300</pubDate>
        </item>
</channel>
</rss>