<?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: jqgrid filtering</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-filtering</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/jqgrid-filtering/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>asb1986 on jqgrid filtering</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-filtering#p19903</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-filtering#p19903</guid>
        	        	<description><![CDATA[<p>Sorry Oleg.. But yes... I had posted the same qs in stack overflow too... I am stuck with jqGrid for implementing sorting, paging, filtering at the server side... I dont know how to start... So posting questions..</p>
]]></description>
        	        	<pubDate>Tue, 21 Sep 2010 16:21:12 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on jqgrid filtering</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-filtering#p19250</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-filtering#p19250</guid>
        	        	<description><![CDATA[<p>I don&#39;t use Spring Framework myself, so I could not help you with any Spring MVC 3.0 examples. Some general solution is more common. For example in ASP.NET MVC solutions I&#160;prefer&#160;don&#39;t fill the data in the grid directly using MVC. Instead of that I provide a JSON web service (implemented as a part of ASP.NET MVC solutions or as WFC service which are the part of the same web site) which uel I place in jqGrid parameter. So you should just invest in the writing on business logic in form of JSON/XML web service which provide the data. The most jqGrid specific code you can write in JavaScript. So you can share the&#160;experience&#160;of other people in the usage of jqGrid and have a clear separation of HTML code from the business logic. Moreover JSON/XML web services can be better tested for example with respect of unit tests.</p>
<p>By the way is the question <a href="http://stackoverflow.com/questions/3546294/jqgrid-filtering&#160;are" rel="nofollow" target="_blank"><a href="http://stackoverflow.com/quest" rel="nofollow">http://stackoverflow.com/quest</a>.....g&#160;are</a> yours?</p>
<p>Regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Mon, 23 Aug 2010 13:54:14 +0300</pubDate>
        </item>
        <item>
        	<title>asb1986 on jqgrid filtering</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-filtering#p19248</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-filtering#p19248</guid>
        	        	<description><![CDATA[<p>one more thing i wish to ask... does spring mvc3.0 affect any coding of this filtering facilty???? cos i find jqgrid examples with php and asp.net mvc... but i hardly could find any examples for spriing mvc3.0....</p>
]]></description>
        	        	<pubDate>Mon, 23 Aug 2010 13:23:01 +0300</pubDate>
        </item>
        <item>
        	<title>asb1986 on jqgrid filtering</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-filtering#p19247</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-filtering#p19247</guid>
        	        	<description><![CDATA[<p>Thanks for your reply... Its like i want to filter my records depending on dates.... as in... "from" date till "to" date... in such a case, how to go about this thing... and secondly, database hit should be minimum....</p>
]]></description>
        	        	<pubDate>Mon, 23 Aug 2010 13:21:43 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on jqgrid filtering</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-filtering#p19246</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-filtering#p19246</guid>
        	        	<description><![CDATA[<p>Hello!</p>
<p>The answer on your question depends a little how you interpret the "filtering". If you want use some external controls (selects, checkboxes and so on on the same page where you have jqGrid) to filter your data I recommend you to read <a href="http://stackoverflow.com/questions/2928371/how-to-filter-the-jqgrid-data-not-using-the-built-in-search-filter-box/2928819#2928819" rel="nofollow" target="_blank"><a href="http://stackoverflow.com/quest" rel="nofollow">http://stackoverflow.com/quest</a>.....19#2928819</a></p>
<p>If you want to implement data filtering <em><strong>inside</strong></em> of jqGrid you can choose between serching with respect of "search" and reset of serching results with respect of "refresh" buttons of the /jqgridwiki/doku.php?id=wiki:navigator) action which provide the grid data or add three string parameters <strong>searchField</strong>, <strong>searchString</strong>, <strong>searchOper</strong> if you want to use simple searching feature. In all cases you will have to add WHERE to the SELECT statments which will be constructed in your program based on the values of the new parameters.</p>
<p>Probably other people post you more urls to the good full code examples which you could use.</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Mon, 23 Aug 2010 13:19:24 +0300</pubDate>
        </item>
        <item>
        	<title>asb1986 on jqgrid filtering</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-filtering#p19245</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-filtering#p19245</guid>
        	        	<description><![CDATA[<p>Hello... Iwant to implement filtering in my jqgrid... May i know how to start with this????? ANy ample code, documentation telling how to use filtering in this... I am using jqgrid in my spring mvc3.0 project.....</p>
]]></description>
        	        	<pubDate>Mon, 23 Aug 2010 12:34:13 +0300</pubDate>
        </item>
</channel>
</rss>