Posted 6 August 2024, 5:51 am EST
In my C1TreeView.EditTemplate, there is a Textbox. When I’m editing in the textbox on the tree node, if I input ‘Right Arrow’, or ‘Left Arrow’ or ‘Up Arrow’ or ‘Down Arrow’ in the keyboard, textbox will automatically lost focus and navigate to the next tree node. I wouldn’t like to have this. Because the reason why I input left arrow key in the keyboard is because there is something wrong about what I typed. I would like to modify it by using left arrow key to navigate to the wrong place rather than go to next tree node. However, it forced to go to next node.
Thanks for looking into this issue.