Unplanned
Last Updated: 05 Jan 2022 07:50 by ADMIN
Sushma
Created on: 05 Jul 2021 09:08
Category: ComboBox
Type: Bug Report
1
ComboBox: [Android, UWP] Text is not visible on specific device resolutions
ComboBox text is not visible when the control is inside Grid.Row="40" and testing on device with 800x1200 mdpi: 

<Grid>
    <Grid.RowDefinitions>
        <RowDefinition Height="40"/>
    </Grid.RowDefinitions>
    <Grid.ColumnDefinitions>
        <ColumnDefinition Width="*"/>
        <ColumnDefinition Width="20"/>
        <ColumnDefinition Width="*"/>
    </Grid.ColumnDefinitions>
    <telerikInput:RadComboBox BackgroundColor="Yellow" Padding="0" 
                                Margin="0"
                                Grid.Column="2" x:Name="combo" 
                                Grid.Row="0"/>
        
        
</Grid>



Workaround: 

set higher grid row height: 60 or above, or using Auto row height. 
1 comment
ADMIN
Didi
Posted on: 05 Jan 2022 07:50

The issue can be reproduced on UWP with specific device resolution 

The workaround for UWP: set the grid row height to 50 or above.

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.