<?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: AutoCompleteBox &#8211; SelectedItem design change &#8211; source code download</title>
	<atom:link href="http://www.jeff.wilcox.name/2008/12/selecteditem-dcr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2008/12/selecteditem-dcr/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Thu, 18 Mar 2010 13:08:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zac morris</title>
		<link>http://www.jeff.wilcox.name/2008/12/selecteditem-dcr/comment-page-1/#comment-1094</link>
		<dc:creator>zac morris</dc:creator>
		<pubDate>Fri, 26 Dec 2008 15:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/selecteditem-dcr/#comment-1094</guid>
		<description>My mistake:  DatePicker binding fires as soon as date is selected, not when focus is lost.</description>
		<content:encoded><![CDATA[<p>My mistake:  DatePicker binding fires as soon as date is selected, not when focus is lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zac morris</title>
		<link>http://www.jeff.wilcox.name/2008/12/selecteditem-dcr/comment-page-1/#comment-1090</link>
		<dc:creator>zac morris</dc:creator>
		<pubDate>Thu, 25 Dec 2008 19:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/selecteditem-dcr/#comment-1090</guid>
		<description>Nice work.  Great new feature.

I have run into one behavior that can be problematic.  

When binding to a regular TextBox.Text property, the binding doesn&#039;t execute until the TextBox loses focus - indicating that the user has completed their edit.

When binding to the AutoCompleteBox.SelectedItem property, the binding executes as soon as and every time a match is found - before the control loses focus, the signal used by other controls to trigger bindings.  In the case of the AutoCompleteBox, a user may hit multiple matches before deciding on their final choice, causing any attached binding logic to execute an unnecessary number of times.

It would be more consistent with the binding behaviors of other similar controls (like DatePicker) to have the binding fire only once the user signals their final choice by moving focus away from the control.

Does this make sense?  Is there a place on CodePlex where I should log this as an &#039;official&#039; feature request?

Thanks and keep up the good work!</description>
		<content:encoded><![CDATA[<p>Nice work.  Great new feature.</p>
<p>I have run into one behavior that can be problematic.  </p>
<p>When binding to a regular TextBox.Text property, the binding doesn&#8217;t execute until the TextBox loses focus &#8211; indicating that the user has completed their edit.</p>
<p>When binding to the AutoCompleteBox.SelectedItem property, the binding executes as soon as and every time a match is found &#8211; before the control loses focus, the signal used by other controls to trigger bindings.  In the case of the AutoCompleteBox, a user may hit multiple matches before deciding on their final choice, causing any attached binding logic to execute an unnecessary number of times.</p>
<p>It would be more consistent with the binding behaviors of other similar controls (like DatePicker) to have the binding fire only once the user signals their final choice by moving focus away from the control.</p>
<p>Does this make sense?  Is there a place on CodePlex where I should log this as an &#8216;official&#8217; feature request?</p>
<p>Thanks and keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandy Place</title>
		<link>http://www.jeff.wilcox.name/2008/12/selecteditem-dcr/comment-page-1/#comment-1075</link>
		<dc:creator>Sandy Place</dc:creator>
		<pubDate>Fri, 19 Dec 2008 21:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/selecteditem-dcr/#comment-1075</guid>
		<description>Thanks Jeff! Much appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks Jeff! Much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wackyphill</title>
		<link>http://www.jeff.wilcox.name/2008/12/selecteditem-dcr/comment-page-1/#comment-1067</link>
		<dc:creator>Wackyphill</dc:creator>
		<pubDate>Thu, 18 Dec 2008 01:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/selecteditem-dcr/#comment-1067</guid>
		<description>Thanks Jeff!

You ROCK!!!</description>
		<content:encoded><![CDATA[<p>Thanks Jeff!</p>
<p>You ROCK!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
