This is a migrated thread and some comments may be shown as answers.

Escape does not work properly for Rad TreeView

1 Answer 36 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Anil
Top achievements
Rank 1
Anil asked on 08 Jun 2012, 04:27 PM
We have used Rad TreeViewControl in our WPF application. When we press 'Escape' key, sometimes it does not reset the value and retains the value entered.

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 13 Jun 2012, 08:49 AM
Hi Anil,

Such issue may occur if the EditTemplate of the RadTreeViewItem doesn't contain only TextBoxes. Basically the Esc editing functionality affects only the text of the TextBoxes inside the EditTemplate. Any other controls won't be affected and hitting Esc won't revert their values back.

Please let me know if this is the case on your side. If it is, it's best to define an EditTemplate that contains only TextBoxes. However, if your RadTreeView definition is using only TextBoxes to display the edit mode of its items, can you please send us a sample code/project that demonstrates the issue so that we can further investigate it? Thank you in advance.

All the best,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
TreeView
Asked by
Anil
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or