This is a migrated thread and some comments may be shown as answers.

DisplayMode Problem for iOS

5 Answers 104 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Gurcan Yucel
Top achievements
Rank 1
Gurcan Yucel asked on 12 Mar 2017, 12:37 PM

Hello,

I'm using Xamarin Forms Telerik AutoComplete and When I select multiple item there is locking after third selection. I can't select third item in AutoComplete component.

Android runs perfectly but iOS dont.

My sample code is here;

<telerikInput:RadAutoComplete 
      CompletionMode="Contains" 
      BackgroundColor="White" 
      ItemsSource="{Binding Source}" 
      TextSearchPath="Name" 
      VerticalOptions="Start" 
      DisplayMode="Tokens"
      SuggestionViewHeight="400">
      <telerikInput:RadAutoComplete.BindingContext>
        <local:ViewModel />
      </telerikInput:RadAutoComplete.BindingContext>
      <telerikInput:RadAutoComplete.SuggestionItemTemplate>
        <DataTemplate>
          <Grid Padding="0, 5, 0, 5">
            <Grid.ColumnDefinitions>
              <ColumnDefinition Width="Auto" />
              <ColumnDefinition Width="*" />
            </Grid.ColumnDefinitions>
            <Image HeightRequest="20" WidthRequest="20" Source="{Binding ImageSource}" VerticalOptions="Center" />
            <telerikInput:RadAutoCompleteLabel TextColor="Silver" HighlightColor="Black" FontSize="24" Grid.Column="1" VerticalOptions="Center" />
          </Grid>
        </DataTemplate>
      </telerikInput:RadAutoComplete.SuggestionItemTemplate>
    </telerikInput:RadAutoComplete>

 

5 Answers, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 15 Mar 2017, 08:48 AM
Hi Gurcan,

You are absolutely right for the behavior of the RadAutocomple component. We are aware of this issue and we are currently working on resolving it. We will try to resolve the issue with our next major release.

At the moment of writing we are not aware of a workaround that can be used in this scenario. Please accept our apology for the inconvenience caused.

Regards,
Pavel R. Pavlov
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Gurcan Yucel
Top achievements
Rank 1
answered on 04 Jul 2017, 08:27 AM

Hello,

We are updated your latest UI for Xamarin.Forms telerik components but our problem is not fixed.

 

 

 

0
Pavel R. Pavlov
Telerik team
answered on 06 Jul 2017, 06:39 AM
Hi Gurcan,

Indeed we did not manage to fix the reported issue in time for our R3 2017 release. In order to keep you constantly updated for its progress we exposed this feedback item in our feedback portal. You can follow it so that you will be notified once we change the status of the item.

At this time we cannot bind to any specific time frame for providing a fix but this issue is in top 5 bugs that we need to fix. This means it is with very high priority and we will handle it accordingly.

Thank you for understanding us.

Regards,
Pavel R. Pavlov
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Gurcan Yucel
Top achievements
Rank 1
answered on 31 Jul 2017, 06:57 PM
Hello,
We are updated your latest UI for Xamarin.Forms telerik components (Telerik_UI_for_Xamarin_2017_2_721_2_Dev_Hotfix) but our problem is not fixed.
0
Pavel R. Pavlov
Telerik team
answered on 03 Aug 2017, 07:00 AM
Hello Gurcan,

We provided the feedback item so that you can see at any time the state of the bug as well to be notified when we resolve it. 

Note the status field. Currently it is "Approved" this means that the bug is logged, we know about it and we agree that it should be fixed. When we start working on resolving it, its status will change to "In Development". Once we provide a fix for it its status will be "Completed" at this stage you can take a look at the "Scheduled for" field. It will give you information about in which release we plan to provide the fix.

Also, you can follow the item. This way you will subscribe to any changes regarding the fields of the feedback item and you will receive emails. In the cases when customers need to receive updates, we recommend following the item.

Regards,
Pavel R. Pavlov
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
AutoComplete
Asked by
Gurcan Yucel
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Gurcan Yucel
Top achievements
Rank 1
Share this question
or