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
530
Commit changes on a WinTree
posted

Hi, I would like to know if the UltraWinTree has a method similar to the grid's UpdateData so I can commit changes to the node of the tree during the AfterCellExitEditMode. I'm doing this because I would not like user to be able to update multiple columns of the tree and then hit escape twice and undo all their changes. Thanks

  • 469350
    Offline posted

    Hi,

    There's an Update method on the UltraTreeNode, just like on the UltraGridRow. For some reason there's no UpdateData to update all rows in tree with pending changes, but I don't think you need that for you want to do, anyway.