Completed
Last Updated: 15 Apr 2016 06:21 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 05 Sep 2014 08:45
Category: Editors
Type: Bug Report
2
FIX. RadTextBox - TextBoxElement is rendered gray when TextBoxElement.Enabled property is set to false
To reproduce:
this.radTextBox1.Text = "sample";
this.radTextBox1.TextBoxElement.BackColor = Color.Red;
this.radTextBox1.TextBoxElement.UseDefaultDisabledPaint = false;
this.radTextBox1.TextBoxElement.Enabled = false;

In previous version (e.g. Q1 2014 SP1) the TextBoxElement is not rendered red.
4 comments
ADMIN
Stefan
Posted on: 15 Apr 2016 06:21
No, it is not. RadTextBox internally hosts the standard TextBox control hence it cannot change its forecolor when disabled. You can try RadTextBoxControl which supports such functionality (http://docs.telerik.com/devtools/winforms/editors/textboxcontrol/textboxcontrol). 
Eric Moreau
Posted on: 14 Apr 2016 09:44
Is it suppose to work for the ForeColor as well?
ADMIN
Stefan
Posted on: 14 Apr 2016 06:39
Hi Eric,

yes, this was introduced back in Q3 2014.
Eric Moreau
Posted on: 13 Apr 2016 16:55
has this feature been implemented since 2014?