Hello,
I've noted a strange behavior in "BeforeFocusNode" and "FocusedNodeChanged" events. I've attached a project to show you which one.
Please follow these steps with the attached project:
1- Press "Delete subitem1" button: This button will remove Subitem1 from the treelist.
Note the node that is focused is Subitem2. We're not deleting the focused node.
This deletion will fire events "BeforeFocusNode" and "FocusedNodeChanged" two times each one.
2- Press "Refresh list with Subitem3".
Now the treelist is loaded with one extra node: Subitem3.
Subitem3 is a child of Item2. Any relation with Subitem1.
Focused node is Subitem2.
Please, press "Delete Subitem1".
And now any event is fired. Why??!!
I suppose correct behavior is the second one of course, but why in the first case events are fired?
Thanks in advance!
Hi David,
I have managed to reproduce this behavior. I am forwarding this issue to our developers for further processing. You will receive an automatic message once the status of this ticket is changed.