I'd like to change the focused node in my TreeListControl via code. For the sake of simplicity, I have this example:
Thanks in advance
You should set the TreeListControl's FocusedRow property to the instance of business object. In this case, everything should work properly.