﻿<?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 - CustomFilter event</title><link>http://www.intersoftsolutions.com/Community/WebGrid/CustomFilter-event/</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>CustomFilter event</title><link>http://www.intersoftsolutions.com/Community/WebGrid/CustomFilter-event/</link><pubDate>Fri, 25 Oct 2013 03:24:56 GMT</pubDate><dc:creator>bernard</dc:creator><description>&lt;p&gt;Hi John,&lt;/p&gt;&lt;p&gt;Sorry for our late responses. I thought there was regression in our WebGrid that cause that problem in out Custom Editor. We will finish this soon and I will reply you soon.&lt;/p&gt;
&lt;p&gt;For the issue in FIlteredColumns, I have try to put an input in each column in WebGrid. Unfortunately, this issue doesn't appear in my local end. I can see filter value for each column. Could you help us to provide a simple sample regarding this scenario? With that sample, I will check where the problem comes from. You also can see how to set Custom Filter in WebGrid in this KB:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://intersoftpt.com/Support/WebGrid/KB/Create-a-custom-filter-on-WebGrid/"&gt;http://intersoftpt.com/Support/WebGrid/KB/Create-a-custom-filter-on-WebGrid/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;</description></item><item><title>CustomFilter event</title><link>http://www.intersoftsolutions.com/Community/WebGrid/CustomFilter-event/</link><pubDate>Thu, 24 Oct 2013 08:03:18 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>Thanks Bernard,&lt;br /&gt;&lt;br /&gt; First off the live sample doesn't work with IE8, Firefox 24 or Chrome. clicking on the ColumnAction key for the Date Modified field does nothing but bring up a javascript error shown below. &lt;br /&gt;&lt;br /&gt;I was able to get the information I needed by looking at the WebGrid1.RootTable.FilteredColumns. But I did run into something else, if I enter a complex filter (such as "joliet or arlee") in the filter area for 2 different columns, the WebGrid1.RootTable.FilteredColumns(0), showed the information for the 1st FilteredColumn but WebGrid1.RootTable.FilteredColumns(1) was NULL, even through WebGrid1.RootTable.FilteredColumns.count = 2.&lt;br /&gt;&lt;br /&gt;Webpage error details&lt;br /&gt;&lt;br /&gt;User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; .NET4.0E)&lt;br /&gt;Timestamp: Thu, 24 Oct 2013 11:57:38 UTC&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Message: 'Scheduler.DefaultStyleMode' is null or not an object&lt;br /&gt;Line: 7&lt;br /&gt;Char: 47152&lt;br /&gt;Code: 0&lt;br /&gt;URI: http://live.intersoftpt.com/ISRes.axd?S/WebScheduler_Calendar.js/301000&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Message: Type mismatch.&lt;br /&gt;&lt;br /&gt;Line: 7&lt;br /&gt;Char: 37856&lt;br /&gt;Code: 0&lt;br /&gt;URI: http://live.intersoftpt.com/ISRes.axd?S/WebScheduler_Calendar.js/301000&lt;br /&gt;</description></item><item><title>CustomFilter event</title><link>http://www.intersoftsolutions.com/Community/WebGrid/CustomFilter-event/</link><pubDate>Thu, 24 Oct 2013 00:21:04 GMT</pubDate><dc:creator>bernard</dc:creator><description>&lt;p&gt;Hi John,&lt;/p&gt;&lt;p&gt;I think in this scenario WebGrid should know the column which have custom filter. You can see the sample in this link:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://live.intersoftpt.com/cs/WebGrid/ColumnAction.aspx?noframe=1&amp;amp;path=/WebGrid/User%20Interactions" target="_blank"&gt;http://live.intersoftpt.com/cs/WebGrid/ColumnAction.aspx?noframe=1&amp;amp;path=/WebGrid/User%20Interactions&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As you can see in that sample, it apply the custom filter on specific row using server side event. If you have any further issue regarding this scenario, please let me know. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;</description></item><item><title>CustomFilter event</title><link>http://www.intersoftsolutions.com/Community/WebGrid/CustomFilter-event/</link><pubDate>Wed, 23 Oct 2013 09:52:12 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I'm trying to allow users to enter such things as "JOLIET OR ARLEE" in the Filter Text to allow mutiple criteria in a single column. No problem, except is there a way within the CustomFilter event to know which column the user wants the custom filter applied to? Or do I need to use: &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Dim filterCity As WebGridFilter = e.FilterColumns.GetNamedItem("City")&lt;/p&gt;
&lt;p class="MsoNormal"&gt;for each column in the Grid? I have over 20 columns and wouldn't want to code each column separately.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;thanks&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></channel></rss>