Hi,
I'm using a multi-line disabled RadTextBox and I've found out that when you click on it, it fires the client-event "OnValueChanged".
It happens only with that scenario:
Is that a known issue? If yes, is there any workaround available?
Christian.
I'm using a multi-line disabled RadTextBox and I've found out that when you click on it, it fires the client-event "OnValueChanged".
It happens only with that scenario:
txtBox.TextMode = TextBoxMode.MultiLine
txtBox.Enabled =
False
Is that a known issue? If yes, is there any workaround available?
Christian.