Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1270
How to tell when an UltraTreeNode is in edit mode?
posted

Hi

I set an UltraTreeNode in edit mode by calling BeginEdit().  At some later time I want to check if a tree node is in edit mode.  I thought the IsEditing should tell me, but it doesn't, it remains false.

James

Parents
No Data
Reply
  • 69832
    Offline posted

    UltraTreeNode.IsEditing is supposed to return true when an edit mode session is in progress on a node. Note that if you check the property on a button click, for example, it will return false because causing the control to lose focus takes it out of edit mode. If you are certain that the control has focus and you have not somehow caused the node to be taken out of edit mode, you should report this as a bug.

Children