<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Dojo(x) Grid Plugin &#8212; AutoFilter</title>
	<atom:link href="http://blog.medryx.org/2008/06/22/dojox-grid-plugin-autofilter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.medryx.org/2008/06/22/dojox-grid-plugin-autofilter/</link>
	<description>Observations of a physician software developer.</description>
	<pubDate>Fri, 12 Mar 2010 06:37:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: jan</title>
		<link>http://blog.medryx.org/2008/06/22/dojox-grid-plugin-autofilter/#comment-253</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Wed, 03 Feb 2010 10:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.medryx.org/?p=22#comment-253</guid>
		<description>Just what I was looking for and great inspiration. 
Will try to use in 1.4 grid.
Thanks a lot</description>
		<content:encoded><![CDATA[<p>Just what I was looking for and great inspiration.<br />
Will try to use in 1.4 grid.<br />
Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gigi</title>
		<link>http://blog.medryx.org/2008/06/22/dojox-grid-plugin-autofilter/#comment-152</link>
		<dc:creator>gigi</dc:creator>
		<pubDate>Fri, 20 Mar 2009 02:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.medryx.org/?p=22#comment-152</guid>
		<description>if it possible to do this with out the combo box but with the input text box? if there is how to i do it with the grid?</description>
		<content:encoded><![CDATA[<p>if it possible to do this with out the combo box but with the input text box? if there is how to i do it with the grid?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron</title>
		<link>http://blog.medryx.org/2008/06/22/dojox-grid-plugin-autofilter/#comment-135</link>
		<dc:creator>Cameron</dc:creator>
		<pubDate>Wed, 10 Dec 2008 03:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.medryx.org/?p=22#comment-135</guid>
		<description>I'd really love to see an update to this for 1.2!</description>
		<content:encoded><![CDATA[<p>I&#8217;d really love to see an update to this for 1.2!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.medryx.org/2008/06/22/dojox-grid-plugin-autofilter/#comment-133</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 08 Dec 2008 19:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.medryx.org/?p=22#comment-133</guid>
		<description>I was trying to follow your tutorial.  I either have my widget file structure wrong or the dojo.declare wrong.  I was wondering if you could please post your file structure.  Would this be simpler to do with dijit.MenuItem?  Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I was trying to follow your tutorial.  I either have my widget file structure wrong or the dojo.declare wrong.  I was wondering if you could please post your file structure.  Would this be simpler to do with dijit.MenuItem?  Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Trutwin</title>
		<link>http://blog.medryx.org/2008/06/22/dojox-grid-plugin-autofilter/#comment-102</link>
		<dc:creator>Josh Trutwin</dc:creator>
		<pubDate>Fri, 17 Oct 2008 23:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.medryx.org/?p=22#comment-102</guid>
		<description>Have you tried doing this with the new dojo grid in 1.2?

Josh</description>
		<content:encoded><![CDATA[<p>Have you tried doing this with the new dojo grid in 1.2?</p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Sykes &#187; Blog Archive &#187; Unique Array Filter in Dojo</title>
		<link>http://blog.medryx.org/2008/06/22/dojox-grid-plugin-autofilter/#comment-69</link>
		<dc:creator>Jon Sykes &#187; Blog Archive &#187; Unique Array Filter in Dojo</dc:creator>
		<pubDate>Sat, 16 Aug 2008 05:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.medryx.org/?p=22#comment-69</guid>
		<description>[...] found an interesting chunk of code over here on a blog post that&#8217;s about a different problem being solved with [...]</description>
		<content:encoded><![CDATA[<p>[...] found an interesting chunk of code over here on a blog post that&#8217;s about a different problem being solved with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maulin</title>
		<link>http://blog.medryx.org/2008/06/22/dojox-grid-plugin-autofilter/#comment-65</link>
		<dc:creator>maulin</dc:creator>
		<pubDate>Sat, 09 Aug 2008 03:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.medryx.org/?p=22#comment-65</guid>
		<description>&lt;pre&gt;
&#60;div class="autoFilterTooltip" dojoAttachPoint="containerNode"&gt;
	&#60;div dojoType="dijit.TooltipDialog" title="AutoFilter" dojoAttachEvent="_onBlur:close" dojoAttachPoint="tooltip"&gt;
        &#60;span&gt;${column}:&#60;/span&gt; &#60;select dojoAttachPoint="values" dojoAttachEvent="onchange:_onChange"&gt;&#60;/select&gt;
	&#60;/div&gt;
&#60;/div&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<pre>
&lt;div class="autoFilterTooltip" dojoAttachPoint="containerNode">
	&lt;div dojoType="dijit.TooltipDialog" title="AutoFilter" dojoAttachEvent="_onBlur:close" dojoAttachPoint="tooltip">
        &lt;span>${column}:&lt;/span> &lt;select dojoAttachPoint="values" dojoAttachEvent="onchange:_onChange">&lt;/select>
	&lt;/div>
&lt;/div>
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://blog.medryx.org/2008/06/22/dojox-grid-plugin-autofilter/#comment-64</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Sat, 09 Aug 2008 03:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.medryx.org/?p=22#comment-64</guid>
		<description>Please post _AutoFilterTooltip.html</description>
		<content:encoded><![CDATA[<p>Please post _AutoFilterTooltip.html</p>
]]></content:encoded>
	</item>
</channel>
</rss>
