﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - Having trouble binding to uxcombobox.  Is selectedvalue the right property?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Having-trouble-binding-to-uxcombobox-Is-selectedvalue-the-right-property/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Having trouble binding to uxcombobox.  Is selectedvalue the right property?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Having-trouble-binding-to-uxcombobox-Is-selectedvalue-the-right-property/</link><pubDate>Mon, 26 Jul 2010 11:28:36 GMT</pubDate><dc:creator>jimmyps</dc:creator><category>Silverlight</category><category>ClientUI</category><category>Binding  to a uxcombobox</category><description>&lt;p&gt;Thank you for your response.&lt;/p&gt;&lt;p&gt;The SelectedValue property has a known issue in the RC build which inadvertently has its Binding clear during certain action. This issue has been addressed in the RTM build that we're going to ship in few weeks.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Jimmy.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Having trouble binding to uxcombobox.  Is selectedvalue the right property?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Having-trouble-binding-to-uxcombobox-Is-selectedvalue-the-right-property/</link><pubDate>Sat, 24 Jul 2010 00:45:33 GMT</pubDate><dc:creator>hueha</dc:creator><category>Silverlight</category><category>ClientUI</category><category>Binding  to a uxcombobox</category><description>&lt;p&gt;The problem is I'm binding a collection of objects to the combobox but I only want to bind to the ID field. In my example above if I bound to selecteditem I would get a product object back but I only want the itemID. The SelectedValuePath property allows me to make it return itemid in the selectedvalue, but it's only working one way.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Having trouble binding to uxcombobox.  Is selectedvalue the right property?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Having-trouble-binding-to-uxcombobox-Is-selectedvalue-the-right-property/</link><pubDate>Fri, 23 Jul 2010 22:03:26 GMT</pubDate><dc:creator>jimmyps</dc:creator><category>Silverlight</category><category>ClientUI</category><category>Binding  to a uxcombobox</category><description>&lt;p&gt;Hue,&lt;/p&gt;&lt;p&gt;Try binding to SelectedItem instead. That should work.&lt;/p&gt;
&lt;p&gt;For MVVM pattern sample, you can see the Contacts sample (in Visual Studio 2010 solution) that we shipped in the RC. Open the Edit Contact form, you can find some examples of input controls that bound to the view model.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Hope this helps,&lt;br /&gt;Jimmy.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Having trouble binding to uxcombobox.  Is selectedvalue the right property?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Having-trouble-binding-to-uxcombobox-Is-selectedvalue-the-right-property/</link><pubDate>Fri, 23 Jul 2010 14:46:18 GMT</pubDate><dc:creator>hueha</dc:creator><category>Silverlight</category><category>ClientUI</category><category>Binding  to a uxcombobox</category><description>&lt;p&gt;How are you meant to bind to a uxcombobox?&lt;/p&gt;
&lt;p&gt;Lets say I have an object "MyObject" which has a property "ItemID" which is a fk to a product table&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I currently have the following xaml&lt;/p&gt;&lt;pre&gt;        &amp;lt;Intersoft:UXComboBox Name="cboType"&lt;br /&gt;                              ItemsSource="{Binding Source={StaticResource ProductSource}, Path=Items}"&lt;br /&gt;                              DisplayMemberPath="ItemDesc"&lt;br /&gt;                              SelectedValuePath="ItemID"&lt;br /&gt;                              SelectedValue="{Binding MyObject.ItemID, Mode=TwoWay}"&lt;br /&gt;                              /&amp;gt;&lt;/pre&gt;
&lt;p&gt;The dropdown list is populated correctly and the binding appears to work from the combobox down to the object.  However, when the page loads the value is not changing the combobox.  I tried to do a test in code and it looks like setting the selectedvalue does not set the combobox display.  Is there another property I am meant to bind to?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Hue&lt;br /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>