Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Disable AllowInplaceEdit (Read 1918 times)
esri_test
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 44
Joined: Aug 21st, 2013
Disable AllowInplaceEdit
Sep 5th, 2013 at 8:18pm
Print Post  
I need to disable edit mode on node text while double click on a node. I have put AllowInplaceEdit="false" explicitly, the outside scrollviewer focusable is set to false, I have wrote NodeDoubleClicked event handler.
In debug mode, the NodeDoubleClicked event handler is called, but it didn't do what the event handler asks for, it still opened the text editing mode for the node text to be edited.
Any ideas?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Disable AllowInplaceEdit
Reply #1 - Sep 6th, 2013 at 7:38am
Print Post  
Check if there isn't some later code setting AllowInplaceEdit to true, or if the BeginEdit method isn't called from NodeClicked or NodeDoubleClicked event handlers.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
esri_test
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 44
Joined: Aug 21st, 2013
Re: Disable AllowInplaceEdit
Reply #2 - Sep 12th, 2013 at 5:07pm
Print Post  
Thank you, Stoyan!
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint