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

RadTreeViewItem disappears in Edit Mode when mouse hovers over

3 Answers 51 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Paul Brun
Top achievements
Rank 2
Paul Brun asked on 03 Sep 2010, 04:02 PM
I am really not sure why this happens. I made a few modifications to modify the "IsSelected" property of the item selected when I right-click on a context item, but when I place the item in "EditMode", two things happen.

1) the item doesn't appear like it is in edit mode
2) when I hover over with a mouse, the menu item just disappears.

The F2 option doesn't appear to work either when I left click on an item, even though the tree view is setup for "IsEditable"

Would appreciated feedback.

Paul

3 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 07 Sep 2010, 03:04 PM
Hi Paul Brun,

Can you provide us a project reproducing the issue so we can investigate it. There may be many reasons for this: changed the control template; missing proper edit template; changed control state.

All the best,
Hristo Milyakov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Paul Brun
Top achievements
Rank 2
answered on 07 Sep 2010, 03:07 PM
This may be a result of my prior support ticket related to the edit mode and not being able to get the textbox to focus. I am re-testing and mind you, it was not consistantly reproducible either.

Paul
0
Hristo
Telerik team
answered on 10 Sep 2010, 08:55 AM
Hello Paul Brun,

Are both of the scenarios not consistently reproducible? Can you provide us some code fragments so we can patch a repro project? If this is not possible, can you elaborate little bit more on the context: is the tree data bound or virtualized; have you changed the control template; are you using data templates or edit data templates; which events have you registered to; are you handling some events (e.Handeled = true)?

The described scenarios below make me think some code is "stealing" the focus. This could be the reason for improper edit mode behavior.

Please let us know if you need more help or progress with the issue.

Greetings,
Hristo Milyakov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TreeView
Asked by
Paul Brun
Top achievements
Rank 2
Answers by
Hristo
Telerik team
Paul Brun
Top achievements
Rank 2
Share this question
or