Hi,
I have added a browse button in the text editor.
Now I need to make the text editor alone readonly. Button must be in enabled state.
regards,
Ceaser Y
You should just be able to set the ReadOnly property of the UltraTextEditor to true. When I do this, I still get the EditorButtonClick event to fire on the control.
-Matt
Thanks for the reply.
The problem solved, but now the backcolor went to gray.
Can I change the backcolor to white in this mode.
Ceaser