Hi everyone
I have an interactive grid in APEX 20.2 with a checkbox O/N column
I added a DA “change” on this column but it seems not working as expected :
- First point is : I should set the IG in EDIT mode to trigger the DA. Checkbox can be amended even if IG is not in EDIT mode, why the DA don't trigegr in this case?
- Second point : The dynamic action is triggered at each row selection change, even if value of my checkbox has NOT been amended, I just go from 1 line to another and then DA is launched. I would like for my DA to only be triggered when I check/uncheck my checkbox
Is there a way to fix this? Probably with a more recent Apex version I guess ? Anyway not sure
Meanwhile, si there any other way to do what I want, maybe with JS or customer events?
Please let me know
Thanks
Best regards,