<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Building A SPGridView Control – Part 4: Filtering Multiple Columns</title>
	<atom:link href="http://www.reversealchemy.net/blog/2010/02/01/building-a-spgridview-control-%e2%80%93-part-4-filtering-multiple-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reversealchemy.net/blog/2010/02/01/building-a-spgridview-control-%e2%80%93-part-4-filtering-multiple-columns/</link>
	<description>Complexity through Simplicity</description>
	<lastBuildDate>Tue, 13 Jul 2010 07:25:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Erik Burger</title>
		<link>http://www.reversealchemy.net/blog/2010/02/01/building-a-spgridview-control-%e2%80%93-part-4-filtering-multiple-columns/comment-page-1/#comment-195</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Tue, 13 Jul 2010 07:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=308#comment-195</guid>
		<description>Hi,

Editing in the filtered rows should be exactly the same as editing without filtering. If you can do the one, you can do the other. Is your question about how to enable row editing in the grid? If so, perhaps &lt;a href=&quot;http://www.reversealchemy.net/blog/2009/07/08/building-a-spgridview-control-intermezzo-templatefields-and-the-rowcommand-event/&quot; rel=&quot;nofollow&quot;&gt;this post&lt;/a&gt; can point you in the right direction. If not, let me know and I might whip up a short post on how to enable editing in the ASPGridView.

Regards,

Erik</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Editing in the filtered rows should be exactly the same as editing without filtering. If you can do the one, you can do the other. Is your question about how to enable row editing in the grid? If so, perhaps <a href="http://www.reversealchemy.net/blog/2009/07/08/building-a-spgridview-control-intermezzo-templatefields-and-the-rowcommand-event/" rel="nofollow">this post</a> can point you in the right direction. If not, let me know and I might whip up a short post on how to enable editing in the ASPGridView.</p>
<p>Regards,</p>
<p>Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abc</title>
		<link>http://www.reversealchemy.net/blog/2010/02/01/building-a-spgridview-control-%e2%80%93-part-4-filtering-multiple-columns/comment-page-1/#comment-194</link>
		<dc:creator>abc</dc:creator>
		<pubDate>Sat, 10 Jul 2010 04:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=308#comment-194</guid>
		<description>Hi,

Could you share how editing is done in the filtered rows???</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Could you share how editing is done in the filtered rows???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Burger</title>
		<link>http://www.reversealchemy.net/blog/2010/02/01/building-a-spgridview-control-%e2%80%93-part-4-filtering-multiple-columns/comment-page-1/#comment-192</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Wed, 23 Jun 2010 10:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=308#comment-192</guid>
		<description>Hi Niels, tzvi,

I am glad you found my post useful. Since you are not the first (or hopefully the last) to ask about the source, I just edited the post to include a link to the latest source. Please let me know how you get on, I am always interested to hear it.

@tvzi: the aspgridview.js file is actually one of my own, so that&#039;s why you couldn&#039;t find it. It&#039;s included in the download, of course :)

Cheers,

Erik</description>
		<content:encoded><![CDATA[<p>Hi Niels, tzvi,</p>
<p>I am glad you found my post useful. Since you are not the first (or hopefully the last) to ask about the source, I just edited the post to include a link to the latest source. Please let me know how you get on, I am always interested to hear it.</p>
<p>@tvzi: the aspgridview.js file is actually one of my own, so that&#8217;s why you couldn&#8217;t find it. It&#8217;s included in the download, of course <img src='http://www.reversealchemy.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,</p>
<p>Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niels</title>
		<link>http://www.reversealchemy.net/blog/2010/02/01/building-a-spgridview-control-%e2%80%93-part-4-filtering-multiple-columns/comment-page-1/#comment-191</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Wed, 23 Jun 2010 10:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=308#comment-191</guid>
		<description>Hi Erik,

i love your series about the SPGridView. I&#039;m currently using it for displaying data from an external SQL Server. After some modifications to &quot;ExtractFilterExpression&quot; the Filtering mechanism is working great. However as soon as i have filtered by more than one column, the &quot;Clear Filter from XYZ&quot; is disabled. In addition, the value by which the column is currently filtered isn&#039;t lit up. Would you mind sending me your latest source so i can compare it to mine?

Niels</description>
		<content:encoded><![CDATA[<p>Hi Erik,</p>
<p>i love your series about the SPGridView. I&#8217;m currently using it for displaying data from an external SQL Server. After some modifications to &#8220;ExtractFilterExpression&#8221; the Filtering mechanism is working great. However as soon as i have filtered by more than one column, the &#8220;Clear Filter from XYZ&#8221; is disabled. In addition, the value by which the column is currently filtered isn&#8217;t lit up. Would you mind sending me your latest source so i can compare it to mine?</p>
<p>Niels</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tzvi</title>
		<link>http://www.reversealchemy.net/blog/2010/02/01/building-a-spgridview-control-%e2%80%93-part-4-filtering-multiple-columns/comment-page-1/#comment-190</link>
		<dc:creator>tzvi</dc:creator>
		<pubDate>Mon, 21 Jun 2010 08:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=308#comment-190</guid>
		<description>Thanks a million! Your code has been a big help!
I&#039;d like to get your updated source codes for part 4.
As of the aspgridview.js file I can&#039;t detect it on my computre, I&#039;ll be greatfull to get a copy of it too.

Tzvi</description>
		<content:encoded><![CDATA[<p>Thanks a million! Your code has been a big help!<br />
I&#8217;d like to get your updated source codes for part 4.<br />
As of the aspgridview.js file I can&#8217;t detect it on my computre, I&#8217;ll be greatfull to get a copy of it too.</p>
<p>Tzvi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Burger</title>
		<link>http://www.reversealchemy.net/blog/2010/02/01/building-a-spgridview-control-%e2%80%93-part-4-filtering-multiple-columns/comment-page-1/#comment-189</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Fri, 18 Jun 2010 14:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=308#comment-189</guid>
		<description>Hi Greg,

Thanks for the compliment :) I sent you an e-mail with the latest source.

Erik</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>Thanks for the compliment <img src='http://www.reversealchemy.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I sent you an e-mail with the latest source.</p>
<p>Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://www.reversealchemy.net/blog/2010/02/01/building-a-spgridview-control-%e2%80%93-part-4-filtering-multiple-columns/comment-page-1/#comment-188</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Fri, 18 Jun 2010 04:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=308#comment-188</guid>
		<description>This is a great post. I couldn&#039;t find the source codes for part 4. could you please send me the codes? Thank you!

Greg</description>
		<content:encoded><![CDATA[<p>This is a great post. I couldn&#8217;t find the source codes for part 4. could you please send me the codes? Thank you!</p>
<p>Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Burger</title>
		<link>http://www.reversealchemy.net/blog/2010/02/01/building-a-spgridview-control-%e2%80%93-part-4-filtering-multiple-columns/comment-page-1/#comment-174</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Tue, 18 May 2010 09:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=308#comment-174</guid>
		<description>Hi,

I am hoping that the source I&#039;ll send you will fix that for you..I am having an issue with WordPress not wanting me to edit posts so I cannot  fix the errors in there at the moment. The issues you describe aren&#039;t happening in my code so I am hoping that will be the same for you. If not, we&#039;ll fix it. Also, take a look at the other comments.

Erik</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am hoping that the source I&#8217;ll send you will fix that for you..I am having an issue with WordPress not wanting me to edit posts so I cannot  fix the errors in there at the moment. The issues you describe aren&#8217;t happening in my code so I am hoping that will be the same for you. If not, we&#8217;ll fix it. Also, take a look at the other comments.</p>
<p>Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Burger</title>
		<link>http://www.reversealchemy.net/blog/2010/02/01/building-a-spgridview-control-%e2%80%93-part-4-filtering-multiple-columns/comment-page-1/#comment-173</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Tue, 18 May 2010 09:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=308#comment-173</guid>
		<description>Hi,

Thanks for the compliment. Drop me a line at the address specified in the Contact menu and I&#039;ll send you the source asap.

Erik</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the compliment. Drop me a line at the address specified in the Contact menu and I&#8217;ll send you the source asap.</p>
<p>Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nowshad</title>
		<link>http://www.reversealchemy.net/blog/2010/02/01/building-a-spgridview-control-%e2%80%93-part-4-filtering-multiple-columns/comment-page-1/#comment-171</link>
		<dc:creator>Nowshad</dc:creator>
		<pubDate>Mon, 17 May 2010 10:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=308#comment-171</guid>
		<description>Where to get the updated post which fixes the filter image for multiple columns and enable the clear links??????????/</description>
		<content:encoded><![CDATA[<p>Where to get the updated post which fixes the filter image for multiple columns and enable the clear links??????????/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
