Declined
Last Updated: 20 Dec 2022 09:09 by ADMIN
atlanta
Created on: 02 Dec 2022 11:50
Category: ComboBox
Type: Bug Report
2
ComboBox: [MacCatalyst] Inconsistency in control's width when added in grid star sized column

The width of RadEntry, RadMaskedEntry, and RadComboBox are the same on windows, android and ios. On mac there is difference when the width of the defined Column is set to * in grid: 

MacCatalyst:

Windows:

 

 

 

 

1 comment
ADMIN
Didi
Posted on: 20 Dec 2022 09:09

Hello,

The development team researched the case in details and actually this is not a bug. The RadComboBox and the RadEntry have the same width. RadEntry in MacCatalyst is preserving space on its right side for the error icon (validation feature). I have changed the status of the bug to Declined.

Solution:

If you do not use the validation feature of the entry control, you have to set the RadEntry.ReserveSpaceForErrorView property to False.

For all RadEntry controls (including the RadMaskedEntry as it inherits from the RadEntry) you can set the property using implicit style: 

<Grid.Resources>
        <ResourceDictionary>
            <Style TargetType="telerik:RadEntry">
                <Setter Property="ReserveSpaceForErrorView" Value="False"/>
            </Style>
        </ResourceDictionary>
    </Grid.Resources>

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.