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
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 >>