UXComboBox Selected Item,

3 replies. Last post: June 15, 2011 6:08 AM by Riendy Setiadi
Tags :
  • New Discussion
  • New Question
  • New Product Feedback

Hi

I am having trouble using the Combox.  The combo box is being pobulated correclty but the selected item is not selected.  I have added another datafield just to confirm that there is an ID actually loading, and there is so I am lost.

 

<toolkit1:DataField Label="Team"> <Intersoft:UXComboBox SelectedValuePath="TeamID" DisplayMemberPath="TeamName" SelectedValue="{Binding FKTeamID, Mode=TwoWay}" DataContext="{Binding Source={StaticResource TeamsViewModelSource}}" ItemsSource="{Binding Teams}"/>  </toolkit1:DataField>

 

<toolkit1:DataField Label="TeamID">

<TextBlock Text="{Binding FKTeamID, Mode=TwoWay}"></TextBlock> </toolkit1:DataField>
All times are GMT -5. The time now is 7:06 AM.
Previous Next