<?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: Silverlight AutoCompleteBox: What&#8217;s new in the December release</title>
	<atom:link href="http://www.jeff.wilcox.name/2008/12/december-autocompletebox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2008/12/december-autocompletebox/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:09:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pete</title>
		<link>http://www.jeff.wilcox.name/2008/12/december-autocompletebox/comment-page-1/#comment-1042</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sat, 13 Dec 2008 14:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/11/december-autocompletebox/#comment-1042</guid>
		<description>Thanks Jeff and wackyphill for your advice and suggestions, which I will certainly look into. I accept and understand the point about added complexity, however I would have thought the majority would be happy with the tradeoff. Having said that, I have nothing to back myself up, so bow to your greater experience.</description>
		<content:encoded><![CDATA[<p>Thanks Jeff and wackyphill for your advice and suggestions, which I will certainly look into. I accept and understand the point about added complexity, however I would have thought the majority would be happy with the tradeoff. Having said that, I have nothing to back myself up, so bow to your greater experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wackyphill</title>
		<link>http://www.jeff.wilcox.name/2008/12/december-autocompletebox/comment-page-1/#comment-1037</link>
		<dc:creator>wackyphill</dc:creator>
		<pubDate>Fri, 12 Dec 2008 16:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/11/december-autocompletebox/#comment-1037</guid>
		<description>I do this by handling the SelectionChanged event and then looking at SelectedItem.</description>
		<content:encoded><![CDATA[<p>I do this by handling the SelectionChanged event and then looking at SelectedItem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2008/12/december-autocompletebox/comment-page-1/#comment-1033</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Fri, 12 Dec 2008 12:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/11/december-autocompletebox/#comment-1033</guid>
		<description>@Pete,
Without built-in validation support in Silverlight, I&#039;m not sure how this could be done and still useful to most developers in the Silverlight 2 timeframe.

Typical auto complete implementations out there are designed to be extensible; leaving it up to developers to implement any special validation logic in their application-level code. Is there not a way for you to perform your own validation when the control loses focus (such as checking for a null SelectedItem, and clearing Text in that case)?

From my perspective, if I exposed a property that restricted input to just the items - then I would also have to expose a validation model, events, value coercion, and a bunch of other things that could raise the complexity of the control.</description>
		<content:encoded><![CDATA[<p>@Pete,<br />
Without built-in validation support in Silverlight, I&#8217;m not sure how this could be done and still useful to most developers in the Silverlight 2 timeframe.</p>
<p>Typical auto complete implementations out there are designed to be extensible; leaving it up to developers to implement any special validation logic in their application-level code. Is there not a way for you to perform your own validation when the control loses focus (such as checking for a null SelectedItem, and clearing Text in that case)?</p>
<p>From my perspective, if I exposed a property that restricted input to just the items &#8211; then I would also have to expose a validation model, events, value coercion, and a bunch of other things that could raise the complexity of the control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.jeff.wilcox.name/2008/12/december-autocompletebox/comment-page-1/#comment-1031</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 12 Dec 2008 11:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/11/december-autocompletebox/#comment-1031</guid>
		<description>Hello Jeff,
If this is the right place to leave my comment, then please ignore it.

IMHO this control is fine for one or two scenarios. However, to be really useful, it needs to be able to restrict choices to items that appear in the box. Without that facility, it is not much more than a toy. IMHO of course!

Pete</description>
		<content:encoded><![CDATA[<p>Hello Jeff,<br />
If this is the right place to leave my comment, then please ignore it.</p>
<p>IMHO this control is fine for one or two scenarios. However, to be really useful, it needs to be able to restrict choices to items that appear in the box. Without that facility, it is not much more than a toy. IMHO of course!</p>
<p>Pete</p>
]]></content:encoded>
	</item>
</channel>
</rss>

