This question is locked. New answers and comments are not allowed.
Hello,
How can I get selectedItem on this xaml:
where listaMarche is an observablecollection?
There is another way to binding the SelectedItem of the RadPanelBarItem?
Why I can bind the itemsource but not the SelectedItem in
How can I get selectedItem on this xaml:
<telerik:RadPanelBarItem IsExpanded="True" ItemsSource="{Binding listaMarche}" >where listaMarche is an observablecollection?
There is another way to binding the SelectedItem of the RadPanelBarItem?
Why I can bind the itemsource but not the SelectedItem in
RadPanelBarItem?