<?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: Trouble with filters</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/trouble-with-filters</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/bugs/trouble-with-filters/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>TheCore on Trouble with filters</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/trouble-with-filters#p24021</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/trouble-with-filters#p24021</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I tested 4.1.2 ...</p>
<p>Now multiple groups seem to work fine ... hard coded on server side as well as user-driven on client side.</p>
<p>But I think there is a further bug:<br />If I try to combine groups with separate rules, whose item being also used in the group, then I always get an empty table.</p>
<p>Let me explain:</p>
<p>(booking = "" AND cancellation = "") OR (booking != "") <br />...booking is used in the group and as a single rule at the end of the term. The term should return all reservations and all bookings, but all I get is an empty table ... hard coded on server side as well as user-driven on client side.</p>
<p>but if I express the separate rule as a group ...</p>
<p>(booking = "" AND cancellation = "") OR (booking != "" AND booking != "") </p>
<p>... everything is working correctly.</p>
<p>Thanks in advance</p>
]]></description>
        	        	<pubDate>Thu, 21 Jul 2011 02:32:05 +0300</pubDate>
        </item>
        <item>
        	<title>TheCore on Trouble with filters</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/trouble-with-filters#p23994</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/trouble-with-filters#p23994</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>thank you for answering.</p>
</p>
<p>I could verify this behaviour in both cases - hard coded on server side AND user-driven on client side.</p>
</p>
<p>Thanks</p>
<p>Michael</p></p>
]]></description>
        	        	<pubDate>Tue, 19 Jul 2011 13:58:40 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Trouble with filters</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/trouble-with-filters#p23992</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/trouble-with-filters#p23992</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Are you using server side code to perform the search or you use a local searching.</p>
</p>
<p>If this is the second case there was a bug which is fixed.</p>
<p>Tomorrow we will publish a new bug fix release.</p>
</p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 19 Jul 2011 11:54:59 +0300</pubDate>
        </item>
        <item>
        	<title>TheCore on Trouble with filters</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/trouble-with-filters#p23990</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/trouble-with-filters#p23990</guid>
        	        	<description><![CDATA[<div id="post23842">
<p>Hello,</p>
</p>
<p>sorry &#8230; but I still having trouble with the usage of multiple groups in jqgrid. I hope you can help me.</p>
</p>
<p>Well, let me explain the situation.</p>
<p>I have to implement a simple booking system. In the backend of this  system I use jqGrid to display all reservations, bookings and  cancellations in a table. It is possible to cancel a reservation, but  not a booking.</p>
<p>The backend user should be able to use 3 filter options stand-alone or in combination:</p>
<p>- Reservations &#8211; displays all records, where booking and cancellation is an empty string: (booking = "" AND cancellation = "")</p>
<p>- Bookings &#8211; displays all records, where booking is set by timestamp: (booking != "")</p>
<p>- Cancellations &#8211; displays all records, where cancellation is set by timestamp: (cancellation != "")</p>
</p>
<p>Each of these 3 filter options &#8211; seperately performed &#8211; works in the expected manner.</p>
</p>
<p>But if I try to use the Reservations filter option in an  (OR-)relation with the Bookings-filter option&#160; and/or the  cancellations-filter option then I always get an empty table instead of  my expected data.</p>
</p>
<p>So, after a while of intensive testing &#8230; I still don&#39;t know, what I  am doing wrong &#8230; or &#8230; perhaps &#8230; what the grid is doing wrong <img class="wp-smiley" src="/wp-includes/images/smilies/icon_wink.gif" alt=";-)" /> .</p>
</p>
<p>Thanks in advance for your help and for that fantastic grid!</p>
</div>
]]></description>
        	        	<pubDate>Tue, 19 Jul 2011 09:10:33 +0300</pubDate>
        </item>
</channel>
</rss>