In order to change the border color of the TextBox i use:
textBox1.TextBoxElement.Border.ForeColor = Color.Red; How can i achieve this using data binding? Looking forward to your reply.
2 Answers, 1 is accepted
0
Boryana
Telerik team
answered on 07 Feb 2012, 01:14 PM
Hi Igor,
Thank you for writing.
You can use the simple binding mechanism to bind the ForeColor property to the Text property of another control, for example: