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

F2 Bug

1 Answer 64 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
sum sum
Top achievements
Rank 1
sum sum asked on 13 Nov 2009, 01:20 AM
Hi Guys,

I found a bug in treeview when pressing F2 to edit the name. Here is the scenario:

On my screen, left side is a treeview, right side is a textbox. Treeview is bound to an observablecollection. When selecting an item in the treeview, the tree node name is showing on the textbox of right side.

1. Select a treenode (Item1),  Textbox shows Item1's name (Item1).
    press F2,
    do not change anything, press enter key.
   
2. click the textbox of right side, change Item1 to Item2. Since it is bound to ObservableCollection, once it is changed to Item2, treenode is changed accordingly.

3. Select treenode Item2(the same node as Item1 but now named Item2) , hit F2, the treenode displays Item1 instead of Item2

If you don't Press F2 in step1, it works fine. It looks like although the source is changed, when you hit F2, the content showing in F2 box is not refreshed. Please investigate.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Bobi
Telerik team
answered on 13 Nov 2009, 09:03 AM
Hello sum sum,

This issue has been fixed in the latest binaries. Please download our latest official release dlls and try running your project again. Let me know if you still experience the same issue.

Regards,
Boryana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TreeView
Asked by
sum sum
Top achievements
Rank 1
Answers by
Bobi
Telerik team
Share this question
or