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
No, all done thanks.
Hello Boz,
Do you any more questions on this matter?
Sincerely,MatteoDeveloper Support EngineerInfragisticswww.infragistics.com/support
yes
Sorry, I am using a tree in the tests, but it's in a test module, not on a form. Is this why IsEditing is false, because the control can't have the focus?
Boz
You can't edit a node that is not associated with an UltraTree, so any unit tests like that would not be valid.