Click here to Skip to main content
15,920,956 members
Home / Discussions / WPF
   

WPF

 
QuestionComboBox - SelectedValue and SelectedItem Pin
Mycroft Holmes31-Aug-16 14:48
professionalMycroft Holmes31-Aug-16 14:48 
I have a Telerik RadCombobox where I need to react to the change of selected item and store the selected value.
XML
<telerik:RadComboBox ItemsSource="{Binding CurrencyList}"
  DisplayMemberPath="Currency"
  SelectedValuePath="CurrencyID"
  SelectedValue="{Binding SelectedIssuance.IssuanceCurrencyID, Mode=TwoWay}"
  IsSynchronizedWithCurrentItem="True"
  SelectedItem="{Binding SelectedCurrency,Mode=OneWayToSource}" />

This works the first time I access the view, however subsequent accesses on the same or another record the displayed value is always the first record in the CurrencyList

Any suggestions on how to fix this issue?

One idea is to get the changed value in the VM from the Model by subscribing to the OPC event and remove the SelectedItem binding.
Never underestimate the power of human stupidity
RAH

QuestionWPF: Reading a document's bytes into a stream to store in a database table. Pin
Stephen Holdorf31-Aug-16 10:47
Stephen Holdorf31-Aug-16 10:47 
AnswerRe: WPF: Reading a document's bytes into a stream to store in a database table. Pin
Pete O'Hanlon31-Aug-16 11:16
mvePete O'Hanlon31-Aug-16 11:16 
QuestionUWP. How to find out size of uwp Windows.Storage element? Pin
wind te26-Aug-16 22:42
wind te26-Aug-16 22:42 
AnswerRe: UWP. How to find out size of uwp Windows.Storage element? Pin
Pete O'Hanlon31-Aug-16 12:29
mvePete O'Hanlon31-Aug-16 12:29 
QuestionClosing a static WPF Window from other Window instances. Pin
Stephen Holdorf23-Aug-16 3:23
Stephen Holdorf23-Aug-16 3:23 
AnswerRe: Closing a static WPF Window from other Window instances. Pin
Stephen Holdorf23-Aug-16 4:09
Stephen Holdorf23-Aug-16 4:09 
AnswerRe: Closing a static WPF Window from other Window instances. Pin
Richard Deeming23-Aug-16 4:27
mveRichard Deeming23-Aug-16 4:27 
QuestionCommunicating Between ViewModels Pin
JBHowl18-Aug-16 2:12
JBHowl18-Aug-16 2:12 
AnswerRe: Communicating Between ViewModels Pin
Pete O'Hanlon18-Aug-16 3:24
mvePete O'Hanlon18-Aug-16 3:24 
SuggestionRe: Communicating Between ViewModels Pin
AlexaGrey8628-Aug-16 2:43
AlexaGrey8628-Aug-16 2:43 
AnswerRe: Communicating Between ViewModels Pin
Kenneth Haugland18-Aug-16 5:07
mvaKenneth Haugland18-Aug-16 5:07 
QuestionWPF / Prism: Design decision with different views for same region Pin
SutterA17-Aug-16 2:12
SutterA17-Aug-16 2:12 
AnswerRe: WPF / Prism: Design decision with different views for same region Pin
Gerry Schmitz17-Aug-16 6:22
mveGerry Schmitz17-Aug-16 6:22 
GeneralRe: WPF / Prism: Design decision with different views for same region Pin
SutterA18-Aug-16 20:05
SutterA18-Aug-16 20:05 
GeneralRe: WPF / Prism: Design decision with different views for same region Pin
Gerry Schmitz19-Aug-16 4:44
mveGerry Schmitz19-Aug-16 4:44 
AnswerRe: WPF / Prism: Design decision with different views for same region Pin
Mycroft Holmes17-Aug-16 14:31
professionalMycroft Holmes17-Aug-16 14:31 
AnswerRe: WPF / Prism: Design decision with different views for same region Pin
Pete O'Hanlon19-Aug-16 0:31
mvePete O'Hanlon19-Aug-16 0:31 
QuestionSignalR Project Problem Revisited Pin
Kevin Marois14-Aug-16 17:58
professionalKevin Marois14-Aug-16 17:58 
QuestionBasic WPF binding to collection in combobox. Pin
wind te10-Aug-16 11:48
wind te10-Aug-16 11:48 
AnswerRe: Basic WPF binding to collection in combobox. Pin
Pete O'Hanlon10-Aug-16 12:20
mvePete O'Hanlon10-Aug-16 12:20 
GeneralRe: Basic WPF binding to collection in combobox. Pin
wind te10-Aug-16 18:41
wind te10-Aug-16 18:41 
GeneralRe: Basic WPF binding to collection in combobox. Pin
Pete O'Hanlon10-Aug-16 21:21
mvePete O'Hanlon10-Aug-16 21:21 
GeneralRe: Basic WPF binding to collection in combobox. Pin
Mycroft Holmes10-Aug-16 17:01
professionalMycroft Holmes10-Aug-16 17:01 
Questionwpf gridview does not have a row selected event Pin
Stephen Holdorf9-Aug-16 4:26
Stephen Holdorf9-Aug-16 4:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.