A
Andrew Ducker
I have a treeview linked to a series of panels, making the correct
panel visible depending on which node is selected.
I now want to check that the user is allowed to leave the current node
they're on before letting them do so (popping up a "You have unsaved
data - save?" box).
However, there doesn't seem to be a "BeforeLeaving" event that fires
before focus changes from one node to another.
Am I missing something, or do I have to just code my way around it?
Cheers,
Andy D
panel visible depending on which node is selected.
I now want to check that the user is allowed to leave the current node
they're on before letting them do so (popping up a "You have unsaved
data - save?" box).
However, there doesn't seem to be a "BeforeLeaving" event that fires
before focus changes from one node to another.
Am I missing something, or do I have to just code my way around it?
Cheers,
Andy D