or


I noticed this note in the release notes for Q1 2012 SP1, but I can't deem to find any information about how to do this (other than old posts about templating). Is there a property or something I set to turn this on?
I noticed this note in the release notes for Q1 2012 SP1, but I can't deem to find any information about how to do this (other than old posts about templating). Is there a property or something I set to turn this on?
<telerik:RadComboBox Height="23" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="6,23,0,0" DisplayMemberPath="LocationName" telerik:TextSearch.TextPath="Address1" IsEditable="True" autocomplete:AutocompleteBehavior.MinimumTextLength="3" Text="{Binding Path=Trip.LocationFrom.Address1, Mode=TwoWay}" EmptyText="Address 1" Width="313" SelectedItem="{Binding Path=Trip.LocationFrom, Mode=TwoWay}"> <autocomplete:AutocompleteBehavior.AutocompleteProvider> <autocompleteprovider:LocationAutocompleteProvider TextPath="LocationName" /> </autocomplete:AutocompleteBehavior.AutocompleteProvider> </telerik:RadComboBox>