Completed
Last Updated: 27 Mar 2023 06:35 by ADMIN
Release R1 2023 SP1
thomas
Created on: 04 Jan 2023 09:50
Category: TextBoxControl
Type: Bug Report
0
RadTextBoxControl: Text is clipped in disabled state

To reproduce: 

            this.radTextBoxControl1.Font = new Font("Arial", 10f, FontStyle.Regular);
            this.radTextBoxControl1.Text = @"B\3\B,3,B.3.";

            this.radTextBoxControl2.Font = new Font("Segoe UI", 8f, FontStyle.Regular);
            this.radTextBoxControl2.Text = @"B\3\B,3,B.3."; 

            this.textBox1.Font = new Font("Segoe UI", 9f, FontStyle.Regular);
            this.textBox1.Text = @"B\3\B,3,B.3.";

            this.radTextBoxControl1.Enabled = this.radTextBoxControl2.Enabled = 
            this.textBox1.Enabled = false;

The text with "Segoe UI" is partially visible:

 

1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 04 Jan 2023 09:55

Hello, Thomas,

Thank you for bringing this to our attention.

It seems to be a font specific problem with RadTextBoxControl and SegoeUI. Currently, the possible solution that I can suggest to use another font. A better option is to use RadTextBox.

Regards,
Dess | Tech Support Engineer, Principal
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.