Hi ,
I have opportunity forecast custom entity on opportunity with editable control registered on it. on save event of editable grid of forecast have a JS function which take user confirmation using navigation.confirmDialog method.
but on cancel , I have written executionContext.getEventArgs().preventDefault(); Ideally, this should stop the save operation of editable grid but it is not stopping this and save operation is happening.
Can anybody suggest the way by which I can achieve this ?
I have tried some of the post related to this which shows how to handle it by add an additional flag but it has not worked for me