<?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: Now with 100% more WPF</title>
	<atom:link href="http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Wed, 08 Sep 2010 11:01:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Janene</title>
		<link>http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/comment-page-1/#comment-2666</link>
		<dc:creator>Janene</dc:creator>
		<pubDate>Thu, 20 May 2010 16:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/#comment-2666</guid>
		<description>Ok, thanks, Jeff. I&#039;m spinning my own DataGridTemplateColumn for it but I am having trouble with the selection of a row when the user clicks in the ACTB. The row is selected, but the old selected rows are not de-selected. If I click in a different cell than the one with the ACTB, the row selection behaves correctly, selecting the clicked row and de-selecting other rows.

Ideas or suggestions?

Janene</description>
		<content:encoded><![CDATA[<p>Ok, thanks, Jeff. I&#8217;m spinning my own DataGridTemplateColumn for it but I am having trouble with the selection of a row when the user clicks in the ACTB. The row is selected, but the old selected rows are not de-selected. If I click in a different cell than the one with the ACTB, the row selection behaves correctly, selecting the clicked row and de-selecting other rows.</p>
<p>Ideas or suggestions?</p>
<p>Janene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/comment-page-1/#comment-2619</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Mon, 03 May 2010 21:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/#comment-2619</guid>
		<description>@Janene,
No new data grid column type yet, sorry.</description>
		<content:encoded><![CDATA[<p>@Janene,<br />
No new data grid column type yet, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janene</title>
		<link>http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/comment-page-1/#comment-2618</link>
		<dc:creator>Janene</dc:creator>
		<pubDate>Mon, 03 May 2010 20:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/#comment-2618</guid>
		<description>I&#039;m trying to use the new AutoCompleteBox in a DataGrid and it&#039;s not playing well. I&#039;d hoped it would allow the user to navigate through the list of choices by using arrow keys, but arrow keys are used to navigate through the cells instead. In addition, when a user types into the AutoCompleteBox then just clicks in another row, the highlighting of the selected row is not updated and the user has 2 rows highlighted. 

Has the WPF team developed a new DataGrid column type using the AutoCompleteBox?

Janene</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use the new AutoCompleteBox in a DataGrid and it&#8217;s not playing well. I&#8217;d hoped it would allow the user to navigate through the list of choices by using arrow keys, but arrow keys are used to navigate through the cells instead. In addition, when a user types into the AutoCompleteBox then just clicks in another row, the highlighting of the selected row is not updated and the user has 2 rows highlighted. </p>
<p>Has the WPF team developed a new DataGrid column type using the AutoCompleteBox?</p>
<p>Janene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan</title>
		<link>http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/comment-page-1/#comment-2443</link>
		<dc:creator>Brendan</dc:creator>
		<pubDate>Sun, 11 Apr 2010 22:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/#comment-2443</guid>
		<description>Thanks for the controls great work.

I am experiencing the same issue as Darin, has there been a fix for this yet?

Would be deadly if I could get this sorted.</description>
		<content:encoded><![CDATA[<p>Thanks for the controls great work.</p>
<p>I am experiencing the same issue as Darin, has there been a fix for this yet?</p>
<p>Would be deadly if I could get this sorted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darin</title>
		<link>http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/comment-page-1/#comment-2275</link>
		<dc:creator>Darin</dc:creator>
		<pubDate>Mon, 08 Mar 2010 21:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/#comment-2275</guid>
		<description>I have been trying out the Autocomplet and great work.  I am running into an issue with trying to bind and use UpdateSourceTrigger property (PropertyChanged).  It is not updating the model nor running the validation (IDataErrorInfo).  Any ideas?</description>
		<content:encoded><![CDATA[<p>I have been trying out the Autocomplet and great work.  I am running into an issue with trying to bind and use UpdateSourceTrigger property (PropertyChanged).  It is not updating the model nor running the validation (IDataErrorInfo).  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Nicola</title>
		<link>http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/comment-page-1/#comment-2241</link>
		<dc:creator>Chris Nicola</dc:creator>
		<pubDate>Sun, 28 Feb 2010 02:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/#comment-2241</guid>
		<description>Ah nevermind, all I had to do was not use the TabIndex property on my other controls and make sure the controls were in the XAML file in the same order as the tab order I wanted.</description>
		<content:encoded><![CDATA[<p>Ah nevermind, all I had to do was not use the TabIndex property on my other controls and make sure the controls were in the XAML file in the same order as the tab order I wanted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Nicola</title>
		<link>http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/comment-page-1/#comment-2239</link>
		<dc:creator>Chris Nicola</dc:creator>
		<pubDate>Sat, 27 Feb 2010 19:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/#comment-2239</guid>
		<description>That&#039;s ok I understand, any idea how I might be able to hack it together?</description>
		<content:encoded><![CDATA[<p>That&#8217;s ok I understand, any idea how I might be able to hack it together?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/comment-page-1/#comment-2236</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Sat, 27 Feb 2010 00:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/#comment-2236</guid>
		<description>@Chris,
The goal for this first release was to get the Silverlight-compatible interface working; since Silverlight doesn&#039;t have a TabIndex property that works, this isn&#039;t something we focused on integration unfortunately.</description>
		<content:encoded><![CDATA[<p>@Chris,<br />
The goal for this first release was to get the Silverlight-compatible interface working; since Silverlight doesn&#8217;t have a TabIndex property that works, this isn&#8217;t something we focused on integration unfortunately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Nicola</title>
		<link>http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/comment-page-1/#comment-2235</link>
		<dc:creator>Chris Nicola</dc:creator>
		<pubDate>Sat, 27 Feb 2010 00:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/#comment-2235</guid>
		<description>I&#039;ve been trying out the AutoCompleteBox but for some reason it completely ignores TabIndex option.  Any idea why?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying out the AutoCompleteBox but for some reason it completely ignores TabIndex option.  Any idea why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason callison</title>
		<link>http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/comment-page-1/#comment-2234</link>
		<dc:creator>jason callison</dc:creator>
		<pubDate>Fri, 26 Feb 2010 13:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/#comment-2234</guid>
		<description>Jeff .... awesome job and this is so appreciated! now, no silverlight/wpf appliction has any excuse for not giving users auto complete functionality. it&#039;s this type of innovation that raises the bar for the user experience on the web. And that is a very good thing for a chronic silverligtaholic. 

Cheers!</description>
		<content:encoded><![CDATA[<p>Jeff &#8230;. awesome job and this is so appreciated! now, no silverlight/wpf appliction has any excuse for not giving users auto complete functionality. it&#8217;s this type of innovation that raises the bar for the user experience on the web. And that is a very good thing for a chronic silverligtaholic. </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop &#8211; February 26, 2010 &#124; Alvin Ashcraft&#39;s Morning Dew</title>
		<link>http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/comment-page-1/#comment-2233</link>
		<dc:creator>Dew Drop &#8211; February 26, 2010 &#124; Alvin Ashcraft&#39;s Morning Dew</dc:creator>
		<pubDate>Fri, 26 Feb 2010 12:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/#comment-2233</guid>
		<description>[...] AutoCompleteBox: Now with 100% more WPF (Jeff Wilcox) [...]</description>
		<content:encoded><![CDATA[<p>[...] AutoCompleteBox: Now with 100% more WPF (Jeff Wilcox) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/comment-page-1/#comment-2232</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Fri, 26 Feb 2010 09:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/#comment-2232</guid>
		<description>Yes, yes, yes! This is a GREAT addition to the WPF toolkit and something I&#039;ve been waiting for a long time.

Many, many thanks!</description>
		<content:encoded><![CDATA[<p>Yes, yes, yes! This is a GREAT addition to the WPF toolkit and something I&#8217;ve been waiting for a long time.</p>
<p>Many, many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/comment-page-1/#comment-2230</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 25 Feb 2010 23:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/#comment-2230</guid>
		<description>There&#039;s only one appropriate comment here: &quot;About f-ing time!&quot;

The silverlight toolkit is LIGHTYEARS ahead of the crappy WPF toolkit. PLEASE PORT MORE!</description>
		<content:encoded><![CDATA[<p>There&#8217;s only one appropriate comment here: &#8220;About f-ing time!&#8221;</p>
<p>The silverlight toolkit is LIGHTYEARS ahead of the crappy WPF toolkit. PLEASE PORT MORE!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaggygi</title>
		<link>http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/comment-page-1/#comment-2229</link>
		<dc:creator>shaggygi</dc:creator>
		<pubDate>Thu, 25 Feb 2010 22:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/02/wpfautocompletebox/#comment-2229</guid>
		<description>Yes, this is great news!  Already got the Accordion working in one of my apps where I did some substituting with several Expanders in a StackPanel.  Good job!

Hopefully, we will soon see more SL controls being ported over to WPF.  Also would like to see the new controls be supported in WPF Themes.

Thanks</description>
		<content:encoded><![CDATA[<p>Yes, this is great news!  Already got the Accordion working in one of my apps where I did some substituting with several Expanders in a StackPanel.  Good job!</p>
<p>Hopefully, we will soon see more SL controls being ported over to WPF.  Also would like to see the new controls be supported in WPF Themes.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
