Completed
Last Updated: 18 Jan 2023 12:29 by ADMIN
Release 5.0.0
Daniel
Created on: 12 May 2022 09:16
Category: Entry
Type: Bug Report
1
Entry: [Windows] Binding IsReadOnly does not work

On Windows when IsReadOnly state changes to true, the control state does not change, you can still edit the text. 

Example:

<VerticalStackLayout >
            <Switch IsToggled="{Binding IsReadOnly,Source={x:Reference EntryShareName}}"/>
            <telerik:RadEntry x:Name="EntryShareName"
                                FontSize="14"
                                Placeholder="Enter text here"
                                PlaceholderColor="#99000000"
                                AutomationId="radEntry">
            </telerik:RadEntry>
        </VerticalStackLayout>

 

0 comments