This question is locked. New answers and comments are not allowed.
Hi,
I'm using RadListPicker but I have a problem when using it.
I have a Dictionary<String, String> named Source:
When I set SelectedValuePath propery of RadListPicker to "Key", a run-time error occured: {System.ArgumentException: Value does not fall within the expected range.}
Can you help me to solve this problem?
Thanks in advanced.
I'm using RadListPicker but I have a problem when using it.
I have a Dictionary<String, String> named Source:
Dictionary<String, String> SourceWhen I set SelectedValuePath propery of RadListPicker to "Key", a run-time error occured: {System.ArgumentException: Value does not fall within the expected range.}
<telerikInput:RadListPicker ItemsSource="{Binding Source}"DisplayMemberPath="Value"SelectedValuePath="Key" />Can you help me to solve this problem?
Thanks in advanced.