<?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: How to Filter a RadGrid When the Enter Key is Pressed</title>
	<atom:link href="http://blog.qumsieh.ca/2008/08/19/how-to-filter-a-radgrid-when-the-enter-key-is-pressed/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.qumsieh.ca/2008/08/19/how-to-filter-a-radgrid-when-the-enter-key-is-pressed/</link>
	<description>Developer's blog related to ASP.NET, SharePoint and Telerik Web Controls</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:43:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: shereen</title>
		<link>http://blog.qumsieh.ca/2008/08/19/how-to-filter-a-radgrid-when-the-enter-key-is-pressed/comment-page-1/#comment-8</link>
		<dc:creator>shereen</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=106#comment-8</guid>
		<description>excellent tip, thanks Mihai!</description>
		<content:encoded><![CDATA[<p>excellent tip, thanks Mihai!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai</title>
		<link>http://blog.qumsieh.ca/2008/08/19/how-to-filter-a-radgrid-when-the-enter-key-is-pressed/comment-page-1/#comment-7</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=106#comment-7</guid>
		<description>I found someting on telerik and modified it to disable the button. protected void dgTableListing_PreRender(object sender, EventArgs e) { foreach (GridColumn col in dgTableListing.MasterTableView.RenderColumns) { if (col.UniqueName == &quot;Name&quot;) { foreach (GridFilteringItem filter in dgTableListing.MasterTableView.GetItems(GridItemType.FilteringItem)) { filter[&quot;Nom&quot;].Controls[1].Visible = false; } } } }</description>
		<content:encoded><![CDATA[<p>I found someting on telerik and modified it to disable the button. protected void dgTableListing_PreRender(object sender, EventArgs e) { foreach (GridColumn col in dgTableListing.MasterTableView.RenderColumns) { if (col.UniqueName == &#8220;Name&#8221;) { foreach (GridFilteringItem filter in dgTableListing.MasterTableView.GetItems(GridItemType.FilteringItem)) { filter["Nom"].Controls[1].Visible = false; } } } }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.qumsieh.ca/2008/08/19/how-to-filter-a-radgrid-when-the-enter-key-is-pressed/comment-page-1/#comment-6</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=106#comment-6</guid>
		<description>Nice tip.</description>
		<content:encoded><![CDATA[<p>Nice tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shereen</title>
		<link>http://blog.qumsieh.ca/2008/08/19/how-to-filter-a-radgrid-when-the-enter-key-is-pressed/comment-page-1/#comment-5</link>
		<dc:creator>shereen</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=106#comment-5</guid>
		<description>Hi Pedro, I actually wanted to look into that, but haven&#039;t had a chance yet. If i figure it out, i&#039;ll post it on here as an update and send you a follow up email. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Pedro, I actually wanted to look into that, but haven&#8217;t had a chance yet. If i figure it out, i&#8217;ll post it on here as an update and send you a follow up email. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Alonso</title>
		<link>http://blog.qumsieh.ca/2008/08/19/how-to-filter-a-radgrid-when-the-enter-key-is-pressed/comment-page-1/#comment-4</link>
		<dc:creator>Pedro Alonso</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=106#comment-4</guid>
		<description>Excellent post! Do you know if there is a way to remove the filter icon? Since we&#039;re using the enter key to make the post back I found it useless to display the filter icon...</description>
		<content:encoded><![CDATA[<p>Excellent post! Do you know if there is a way to remove the filter icon? Since we&#8217;re using the enter key to make the post back I found it useless to display the filter icon&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shereen</title>
		<link>http://blog.qumsieh.ca/2008/08/19/how-to-filter-a-radgrid-when-the-enter-key-is-pressed/comment-page-1/#comment-3</link>
		<dc:creator>shereen</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=106#comment-3</guid>
		<description>Hi Adi, my initial feeling is that Telerik does require IIS to run. Your best bet would be to contact telerik support. They are usually pretty quick to respond and very helpful.</description>
		<content:encoded><![CDATA[<p>Hi Adi, my initial feeling is that Telerik does require IIS to run. Your best bet would be to contact telerik support. They are usually pretty quick to respond and very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adi</title>
		<link>http://blog.qumsieh.ca/2008/08/19/how-to-filter-a-radgrid-when-the-enter-key-is-pressed/comment-page-1/#comment-2</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=106#comment-2</guid>
		<description>Hi do you know if a dedicated host is required for telerik? Can telerik run on a shared hosting with no access to IIS?</description>
		<content:encoded><![CDATA[<p>Hi do you know if a dedicated host is required for telerik? Can telerik run on a shared hosting with no access to IIS?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

