Hi Team,
I am currently working on editable subgrid in d365 v9.0.
I wrote a JavaScript function to stop inline deletion of record on a condition, and added it to the delete button of subgrid in the ribbon workbench.
The problem that I am facing is that if I use normal subgrid, the delete button works fine and it triggers the function that I have used. But, when I use editable subgrid and follow the same method, the function is not at all triggered and it doesn't stop the deletion on condition.
How can I fix the issue?