Hello Telerik team,
I try to achieve the following behavior:
I want to edit the content of a radtreenode by pressing f2.
I set the editor type to be TreeViewTextBoxEditor, and it's property multiline to be true.
Now I want my users to edit the content, and by pressing enter or key down make the edited content to start a new line, and continue the editing.
The default behavior is that the editor is closed, and the next node down is being selected.
How can I achieve the needed behavior?
Thank you!