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

RadAutoComplete control is looking for images when there are no images being added

4 Answers 85 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Dev
Top achievements
Rank 1
Dev asked on 17 Apr 2018, 11:02 PM

I have added the Telerik control for rad autocomplete to my project and given it a list of objects.

The trouble is, when I am debugging my project, I keep getting the output: "[0:] Could not load image named: {0}:"

I am not looking to add images to the list; the objects do not have images; and I am not adding images to the suggestion item template.

I even get this issue when I made a list of strings for the control to search for.

 

01.<telerikInput:RadAutoComplete x:Name="SearchControl" Watermark="Search..."
02.                  HorizontalOptions="FillAndExpand" Margin="10,0,0,0"
03.                  TextSearchPath="SearchByThis"
04.                  CompletionMode="Contains">
05.     <telerikInput:RadAutoComplete.SuggestionViewHeight>
06.        <OnPlatform x:TypeArguments="x:Double" Android="200" WinPhone="400" iOS="400" />
07.     </telerikInput:RadAutoComplete.SuggestionViewHeight>
08.     <telerikInput:RadAutoComplete.SuggestionItemTemplate>
09.        <DataTemplate>
10.            <telerikInput:RadAutoCompleteLabel FontSize="18" HighlightColor="Black"
11.                       TextColor="Silver" VerticalOptions="Center" />
12.        </DataTemplate>
13.     </telerikInput:RadAutoComplete.SuggestionItemTemplate>
14.</telerikInput:RadAutoComplete>

4 Answers, 1 is accepted

Sort by
0
Accepted
Stefan Nenchev
Telerik team
answered on 18 Apr 2018, 10:36 AM
Hello, Isaac,

Indeed, the message is easily reproduced when loading a view that contains a RadAutoComplete element in Android. This is caused due to the structure of the native Android AutoComplete view which contains such image element within its suggestion item view. I have logged the behavior as a bug in our system and you can track it on the following link from our Ideas & Feedback portal - AutoComplete: [Android]"Could not load image named:" message when AutoComplete loads. Please subscribe to the item for automatic notifications. I have also added some points to your account for reporting the behavior. It actually should not cause any issues with the functioning of the control at run-time.

Have a great rest of the week.

Regards,
Stefan Nenchev
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
Dev
Top achievements
Rank 1
answered on 18 Apr 2018, 04:22 PM

Hello Stefan,

 

Thanks so much!

0
Shivam
Top achievements
Rank 1
answered on 20 Aug 2018, 02:53 PM
Any update on this issue. I am facing same problem with Telerik.UI.for.Xamarin 2018.2.727.1 on android.
0
Didi
Telerik team
answered on 21 Aug 2018, 09:36 AM
Hi Shrivam,

Currently we are working on improving the control functionality and I hope we will have this issue fixed with the upcoming R3 2018 release (scheduled for mid-September).

I hope the provided information was helpful.

Regards,
Didi
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
Dev
Top achievements
Rank 1
Answers by
Stefan Nenchev
Telerik team
Dev
Top achievements
Rank 1
Shivam
Top achievements
Rank 1
Didi
Telerik team
Share this question
or