Posted 20 July 2022, 5:00 am EST
Hi!
we’ve looked around the forum and found nothing on my particular issue:
We have to edit a treeGrid either parent node or child node. Each row can be cancelled while editing and other CRUD stuff while not. Recently we found out that child rows do not behave like parent’s one when in edit, using CollectionView.cancelEdit() method inside cancel click button handler…
We’ve then forked Grid_TreeGrid_EditableTreeGrid_Angular exemple to add a column with cancel button on edit. And was able to reproduce the issue: the click on the “button cell” triggers cellEditEnding event, and others before even reaching to cancel button click handler.
Is there a way of handling the cancel as of on parent row? Btw the cancel by escape key works fine, unfortunally this app is aimed to go on mobile devices, hence no escape key…
here is the modified jsCodemine of the treeGrid edit sample :
https://jscodemine.grapecity.com/sample/bGK057iFN0qJXx0itDBsSg/