Pending Review
Last Updated: 29 Aug 2025 11:52 by Vivek
Vivek
Created on: 29 Aug 2025 11:52
Category: ComboBox
Type: Bug Report
0
combobox SelectedItemTemplate working fine in ios but not in android, Kindly provide the fix.
Using latest telerik version with .net9. Following is applying and showing perfect background color of 
selected items but its not working in android.
Kindly provide the fix


<
telerik:RadComboBox.SelectedItemTemplate>
<DataTemplate>
<telerik:RadBorder BackgroundColor="#CACACA">
<VerticalStackLayout>
<Label Text="{Binding EmailId}"
FontSize="16"
FontAttributes="Bold"
Padding="18,14"
TextColor="{StaticResource SharkColor}"/>
</VerticalStackLayout>
</telerik:RadBorder>
</DataTemplate>
</telerik:RadComboBox.SelectedItemTemplate>
0 comments