﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - Filter Grid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Filter-Grid/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Filter Grid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Filter-Grid/</link><pubDate>Thu, 02 Apr 2015 01:32:52 GMT</pubDate><dc:creator>leo.c</dc:creator><description>&lt;p&gt;Hi John,&lt;/p&gt;&lt;p&gt;Glad that it worked for you. For your information, currently we only support lowercase "and" for Between filter type, so you must use lowercase "and" to make it work.&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Leo&lt;/p&gt;</description></item><item><title>Filter Grid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Filter-Grid/</link><pubDate>Mon, 30 Mar 2015 12:50:52 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>&lt;p&gt;Hi Leo,&lt;/p&gt;&lt;p&gt;Thanks for the response. I've got it working now, but here is the kicker....&lt;/p&gt;&lt;p&gt;If I use: fltr = New WebGridFilter("OOSDays", ColumnFilterType.Between, "1 and 5")&lt;/p&gt;&lt;p&gt; it works and the proper records are returned, but if I make a very minor change to:&lt;/p&gt;&lt;p&gt;fltr = New WebGridFilter("OOSDays", ColumnFilterType.Between, "1 AND 5")&lt;/p&gt;&lt;p&gt;(changed word from lower case &lt;span style="font-weight: bold;"&gt;and &lt;/span&gt;to upper case &lt;span style="font-weight: bold;"&gt;AND&lt;/span&gt;) No records are returned and the filter shown in &lt;br&gt;the FilterBar is 03/30/2015 and 03/30/2015.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Looks like a possible bug with the case of statements.&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Filter Grid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Filter-Grid/</link><pubDate>Mon, 30 Mar 2015 05:04:07 GMT</pubDate><dc:creator>leo.c</dc:creator><description>&lt;p style='font: 13.33px/normal "Lucida Sans Unicode"; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; margin-top: 0px; margin-bottom: 20px; word-spacing: 0px; white-space: normal; -ms-word-break: break-all; box-sizing: border-box; widows: 1; font-size-adjust: none; font-stretch: normal; -webkit-text-stroke-width: 0px;'&gt;Hi John,&lt;/p&gt;&lt;p style='font: 13.33px/normal "Lucida Sans Unicode"; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; margin-top: 0px; margin-bottom: 20px; word-spacing: 0px; white-space: normal; -ms-word-break: break-all; box-sizing: border-box; widows: 1; font-size-adjust: none; font-stretch: normal; -webkit-text-stroke-width: 0px;'&gt;I have made a simple sample in order to reproduce your issue. Unfortunately I could not reproduce your issue. I could add between filter programatically.&lt;/p&gt;&lt;p style='font: 13.33px/normal "Lucida Sans Unicode"; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; margin-top: 0px; margin-bottom: 20px; word-spacing: 0px; white-space: normal; -ms-word-break: break-all; box-sizing: border-box; widows: 1; font-size-adjust: none; font-stretch: normal; -webkit-text-stroke-width: 0px;'&gt;I have attach a simple working sample as your reference. Please have it evaluated on your end by adding it to webgrid sample included in installation folder.&lt;/p&gt;&lt;p style='font: 13.33px/normal "Lucida Sans Unicode"; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; margin-top: 0px; margin-bottom: 20px; word-spacing: 0px; white-space: normal; -ms-word-break: break-all; box-sizing: border-box; widows: 1; font-size-adjust: none; font-stretch: normal; -webkit-text-stroke-width: 0px;'&gt;Best Regards,&lt;br&gt;Leo&lt;/p&gt;</description></item><item><title>Filter Grid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Filter-Grid/</link><pubDate>Fri, 27 Mar 2015 15:02:41 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>&lt;p&gt;Having a problem with the Between filter when set programatically.&lt;/p&gt;&lt;p&gt;My code is: &lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fltr = New WebGridFilter("OOSDays", ColumnFilterType,Between, "1 and 5")&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WebGrid1.RootTable.FilterColumns.Add(fltr)&lt;/p&gt;&lt;p&gt;The OOSDays columns is set to be System.Single, when I run code no records are returned when 3 should be.&amp;nbsp; If I look at the filter column in the grid I see "03/27/2015 and 03/27/2015".&amp;nbsp; For some reason my filter text (1 and 5) got converted to today's date.&amp;nbsp; If I manually add the filter in the grid than all works fine.&amp;nbsp; I have used other filters programtically and they all work, its just the BETWEEN that doesn't.&lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;p&gt;john&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>