In looking through the forums, I've found a lot of variations on this theme but most of them deal with it in the context of a grid rather than a tree.
For certain nodes within my tree, I want to display the checkbox, a dropdown list that has three or four choices, and then the node's text. Currently, I'm setting the EditorControl to a UltraTextEditor with a DropDownEditorButton in the ButtonsLeft collection. This DropDownEditorButton hosts a UltraListView. Everything looks perfect, but I need the text in the UltraTextEditor to be read-only. I have tried quite a few approaches including setting the UltraTextEditor's readonly property to true, various combinations of the node's CellClickAction and AllowCellEdit properties, trapping the BeforeEnterEditMode event and cancelling it. What is the simplest way to accomplish what I'm after?
l99057j said:What is the simplest way to accomplish what I'm after?