This question is locked. New answers and comments are not allowed.
Hi
I'm trying to style a listpicker. I added the following dataTemplate:
Now the Selection is fine (see Screenshot)
Now it's fine if I just select one item. then it show the tagName. But the Problem is, that if i select more more then one item the overview in the textbox just shows the observableCollection item, instead of the tagName.
Anyone who know how i can set a default template for the multiple selection too?
Thanks
Nino
I'm trying to style a listpicker. I added the following dataTemplate:
<telerikInput:RadListPicker.ItemTemplate> <DataTemplate> <TextBlock Text="{Binding TagName}" /> </DataTemplate></telerikInput:RadListPicker.ItemTemplate>Now the Selection is fine (see Screenshot)
Now it's fine if I just select one item. then it show the tagName. But the Problem is, that if i select more more then one item the overview in the textbox just shows the observableCollection item, instead of the tagName.
Anyone who know how i can set a default template for the multiple selection too?
Thanks
Nino