Using RadAutoComplete 7.0.0 on iOS, and the positioning of the suggestion list seems way off. If I set the position to "Top", then the suggestion list overlays the entry, making it impossible to see what I'm typing. If I set the position to "Bottom" then the suggestion list if far away from the entry, not directly under it. (see image). If this is how it displays, then the Telerik suite is unusable for us. Is there someway to get the suggestion list to display directly under the Entry?
The XAML:
The XAML:
<telerik:RadAutoComplete x:Name="autoComplete"
Placeholder="Stock Number"
CompletionMode="StartsWith"
SuggestMode="SuggestAppend"
SuggestionViewPosition="Bottom"
TextSearchPath="StockNumber"
Style="{StaticResource TelerikAutoComplete}"
ItemsSource="{Binding StockNumbers}"
AutomationId="autoComplete" />
Hi Rob,
I need the complete page definition in which the behavior occurs. I want to check the layout used and in what scenario the issue happens.