Hi,
I have a scenario where the ultratexteditor should be readonly i.e., it should act like a label. I also have a dropdowneditorbutton to the button collection of the editor.
I want to get rid of the cursor in the text box on focus. How can I achieve this?
Thanks,
-ng
I don't think this is possible. In order to click the editor button, the control has to be able to enter edit mode.
Perhaps what you need to do is use an UltraDropDownButton control instead of an UltraTextEditor.