Hello,
I need to find a way to intercept an event, key press, or something. I need to be able delete some nodes in a RadTreeView, but not others. Some nodes are parent "static" nodes (i.e. node analogs to a List<Object>), whereas other nodes are non-static, the Object values themselves.
I'd like to delete the non-static children, and not delete the static ones, during normal "casual" operation. That is, the user is navigating and casually pressed Delete to delete a node.
The poor man's way of doing it will probably work: hook up some context menus, that sort of thing.
Is there a BeforeRemove type event, or otherwise an event that allows me to check and flag a Cancel?
Thank you...
I need to find a way to intercept an event, key press, or something. I need to be able delete some nodes in a RadTreeView, but not others. Some nodes are parent "static" nodes (i.e. node analogs to a List<Object>), whereas other nodes are non-static, the Object values themselves.
I'd like to delete the non-static children, and not delete the static ones, during normal "casual" operation. That is, the user is navigating and casually pressed Delete to delete a node.
The poor man's way of doing it will probably work: hook up some context menus, that sort of thing.
Is there a BeforeRemove type event, or otherwise an event that allows me to check and flag a Cancel?
Thank you...