Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1925
XamDataTree Node deleting confirmation/prompt
posted

I have looked at XamDataTree but could not find a suitable event to prompt user before deleting a node for the conformation. Can you please help?

Parents
No Data
Reply
  • 2490
    Verified Answer
    Offline posted

    Hello,

    You can achieve the functionality you are looking by inheriting the XamDataTree class. You can, after that, override OnNodeDeleting(which is cancelable) and implement a custom validation, before the actual deletion.


    To illustrate this I have prepared a sample application, please find it as an attached file.

    XamDataTree_Deleting.zip
Children
No Data