hi
how can i bind my autocompleview with my listview.
<telerikInput:RadAutoCompleteView x:Name="autoCompleteView"
ItemsSource="{Binding SearchedUser}"
Style="{StaticResource TelerikAutoCompleteView}"
TextSearchPath="First_name"
HorizontalOptions="FillAndExpand"
Watermark="Show Suggestions on focus">
</telerikInput:RadAutoCompleteView>