This question is locked. New answers and comments are not allowed.
Hi!
I'm testing the new RadControls for Windows Phone 7, I have a problem with databinding on SelectedItem property
Below the xaml:
SelectedItem value is always the first item of collection.
Do you have some hints?
Best Regards
I'm testing the new RadControls for Windows Phone 7, I have a problem with databinding on SelectedItem property
Below the xaml:
<telerikInput:RadListPicker PopupHeader="Dimensione:" HeaderStyle="{StaticResource HeaderStyle}" PopupHeaderStyle="{StaticResource PopupHeaderStyle}" ItemsSource="{Binding Dimensions}" SelectedItem="{Binding Dimension}" InlineModeThreshold="1"> <telerikInput:RadListPicker.ItemTemplate> <DataTemplate> <TextBlock Text="{Binding Description}"/> </DataTemplate> </telerikInput:RadListPicker.ItemTemplate> <telerikInput:RadListPicker.PopupItemTemplate> <DataTemplate> <StackPanel Orientation="Vertical"> <TextBlock Text="{Binding Description}"/> </StackPanel> </DataTemplate> </telerikInput:RadListPicker.PopupItemTemplate> </telerikInput:RadListPicker>SelectedItem value is always the first item of collection.
Do you have some hints?
Best Regards