Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3455
How can I disable the Text editor, if there is a button added in it
posted

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

Parents
No Data
Reply
  • 37774
    posted

    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

Children