RadAutoComplete position far away from Entry

0 Answers 25 Views
AutoComplete
Rob
Top achievements
Rank 1
Rob asked on 21 May 2024, 03:58 PM
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:
<telerik:RadAutoComplete x:Name="autoComplete"
Placeholder="Stock Number"
CompletionMode="StartsWith"
SuggestMode="SuggestAppend"
SuggestionViewPosition="Bottom"
TextSearchPath="StockNumber"
Style="{StaticResource TelerikAutoComplete}"
ItemsSource="{Binding StockNumbers}"
AutomationId="autoComplete" />
Didi
Telerik team
commented on 24 May 2024, 08:57 AM

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.

No answers yet. Maybe you can help?

Tags
AutoComplete
Asked by
Rob
Top achievements
Rank 1
Share this question
or