I have a treeview. The user fills out data for node #1. However, before saving the data, the user tries to skip to node #3. I am currently displaying a msg to the user if they haven't saved the data for node #1, but if the nodes are more than 1 node apart, all I can do is go to the previous node (node #2). This works fine if the nodes are in succession, but in this case they are two nodes apart.
Under this circumstance, I would like the app to make the treeview stay at node #1 (the original node).
How can this be accomplished?
Under this circumstance, I would like the app to make the treeview stay at node #1 (the original node).
How can this be accomplished?