Completed
Last Updated: 13 Mar 2018 07:52 by Dimitar
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 12 Mar 2018 10:47
Category: Editors
Type: Bug Report
1
FIX. RadTextBox - NullTextColor is not respected
To reproduce:

            this.radTextBox1.NullText = "text";
            this.radTextBox1.TextBoxElement.TextBoxItem.NullTextColor = Color.Red;

Workaround:  this.radTextBox1.TextBoxElement.NullTextColor = Color.Red;
Attached Files:
0 comments