Hi. I notice that in the sample provided in the ContextMenu where the .IsInEditMode is kind of buggy. Sometime when you do a right click and select on edit, it will go into edit mode and the text will be wiped out. But there is also times in edit mode the text remains in the textblock. Any solution to it?
5 Answers, 1 is accepted
0
Hi Xavier,
Which example do you refer?
Sincerely yours,
Hristo
the Telerik team
Which example do you refer?
Sincerely yours,
Hristo
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

Xavier
Top achievements
Rank 1
answered on 29 Oct 2010, 04:01 AM
Hi Hristo,
I am refering to the RadControls for WPF Q2 2010 SP2 Demos installed on my PC. Try doing multiple edit with the context menu without ending the edit mode.
I am refering to the RadControls for WPF Q2 2010 SP2 Demos installed on my PC. Try doing multiple edit with the context menu without ending the edit mode.
0
Hello Xavier,
There are multiple demos with RadContextMenu and editing - RadTreeView, RadGridView.
Can you please specify which control examples do you refer?
All the best,
Hristo
the Telerik team
There are multiple demos with RadContextMenu and editing - RadTreeView, RadGridView.
Can you please specify which control examples do you refer?
All the best,
Hristo
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

Xavier
Top achievements
Rank 1
answered on 30 Oct 2010, 06:10 PM
Sorry.. I am refering to the RadTreeView Control.
0
Hello Xavier,
This is a known bug of the RadTreeView and it has already been fixed. However , the demo still needs to be remade, so I updated your Telerik points accordingly.
I modified the demo project for you in order to work properly. The key thing is the use of the RadTreeViewItem`s method BeginEdit() instead of the propery IsInEditMode. Please note that I am using the latest internal build control versions ( 1029 ).
Feel free ask if you need further help. I would be glad if I can assist you.
All the best,
Petar Mladenov
the Telerik team
This is a known bug of the RadTreeView and it has already been fixed. However , the demo still needs to be remade, so I updated your Telerik points accordingly.
I modified the demo project for you in order to work properly. The key thing is the use of the RadTreeViewItem`s method BeginEdit() instead of the propery IsInEditMode. Please note that I am using the latest internal build control versions ( 1029 ).
Feel free ask if you need further help. I would be glad if I can assist you.
All the best,
Petar Mladenov
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