﻿<?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 - Is it possible to implement a custom filter control on a column</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Is-it-possible-to-implement-a-custom-filter-control-on-a-column/</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>Is it possible to implement a custom filter control on a column</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Is-it-possible-to-implement-a-custom-filter-control-on-a-column/</link><pubDate>Wed, 25 Jun 2014 23:04:43 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;br&gt;&lt;br&gt;Perhaps you could you use “OnFilterContextMenu” client side event.&lt;br&gt;This event will be invoked when the column filter's context menu is about to be displayed.&lt;br&gt;&lt;br&gt;Here’s the example snippet code how to define “OnFilterContextMenu” (JavaScript) function:&lt;br&gt;&lt;/p&gt;&lt;pre&gt;function WebGrid1_OnFilterContextMenu(controlId, col, menu, location){
    alert(col.Name);
    return true;
}&lt;/pre&gt;&lt;p&gt;I attached a WebGrid page that using “OnFilterContextMenu” client side event as well.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;/p&gt;</description></item><item><title>Is it possible to implement a custom filter control on a column</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Is-it-possible-to-implement-a-custom-filter-control-on-a-column/</link><pubDate>Wed, 25 Jun 2014 14:28:31 GMT</pubDate><dc:creator>aliard@sigma-rh.com</dc:creator><description>&lt;p&gt;Hi Hans,&lt;/p&gt;&lt;p&gt;This is not what we want to do. We need to be able to intercept the click on the funnel icon in order to open our own filter input window. And then do a fly postback in order to apply this filter on the data source.&lt;/p&gt;&lt;p&gt;We do not want that the webgrid applies any filter, we would like to do it on the data source directly.&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Alex&lt;/p&gt;</description></item><item><title>Is it possible to implement a custom filter control on a column</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Is-it-possible-to-implement-a-custom-filter-control-on-a-column/</link><pubDate>Wed, 18 Jun 2014 04:26:21 GMT</pubDate><dc:creator>Hans</dc:creator><description>Hello,&lt;br&gt;&lt;br&gt;In WebGrid Solution Samples, there is page, “ColumnAction.aspx” page, which show custom filter in WebGrid.&lt;br&gt;You also could see WebGrid’s documentation regarding custom filter in “Walkthrough Topics” section, “Applying custom filtering in WebGrid”.&lt;br&gt;&lt;br&gt;Regarding custom sorting, you could see in WebGrid’s documentation as well. (Walkthrough: Applying custom sorting in WebGrid).&lt;br&gt;&lt;br&gt;Please kindly have review on the sample page and documentation.&lt;br&gt;You could modify the code from WebGrid sample page with your own custom code.&lt;br&gt;&lt;br&gt;Thank you.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.</description></item><item><title>Is it possible to implement a custom filter control on a column</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Is-it-possible-to-implement-a-custom-filter-control-on-a-column/</link><pubDate>Fri, 13 Jun 2014 09:39:42 GMT</pubDate><dc:creator>aliard@sigma-rh.com</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;We would like to use our own control in order to input a filter on a column. Is it possible to do it. For example, when a user click on the filter bar for a specific column we would like to open a popup, ask for some parameters and then when they close that popup, sort the grid with a custom method we have.&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Alex&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>