Radcombobox displays [?] as a dropdown button icon

1 Answer 142 Views
ComboBox
Piyush Bhatt
Top achievements
Rank 1
Piyush Bhatt asked on 19 Jan 2022, 05:54 PM

Hello

In iOS - this is how the combobox displays. Does anyone know what resources need to be placed and where for RadCombobox to display properly in iOS?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 20 Jan 2022, 07:57 AM | edited on 20 Jan 2022, 07:57 AM

Hi,

Here are the known reasons why this behavior may occur on iOS:

1) the DropDownButtonStyle - FontAttribute property is set to Bold. Please check whether inside the DropDownButtonStyle the FontAttribute property is set to Bold. If yes, remove it. 

2) wrong font usage. If you are using the TelerikFontExamples.ttf file, but the file path is not included in the info.plist on the iOS project. Here are the steps for using the Telerik Font Icons: https://docs.telerik.com/devtools/xamarin/styling-and-appearance/telerik-font-icons  

If the issue still occurs, please send me the project where the behavior occurs, so I can research the case further.

I look forward to your reply.

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Piyush Bhatt
Top achievements
Rank 1
commented on 20 Jan 2022, 08:24 PM

I had to remove the Style altogether and then it worked. Style had FontSize and it Color and it did not work with those two either. This was added because in Android the arrow looks too "light" so wanted to add dark color to it. 
Didi
Telerik team
commented on 21 Jan 2022, 07:51 AM

Hi Piyush Bhatt,

We have an example in our SDK Browser app, ComboBox/Styling where the DropDown FontSize and TextColor are set. The icon is displayed as expected. Example DropDown Styling

I assume the issue you have with the icon visualization is not related to the FontSize and TextColor. It could be related to an additional setup. If you can send me the files with the ComboBox definition and the style, I can research the case further. 

Tags
ComboBox
Asked by
Piyush Bhatt
Top achievements
Rank 1
Answers by
Didi
Telerik team
Share this question
or