Good day.
I am working on a behavior where in cells are set as read-only and non-editable on certain conditions. Part of the requirement is to not allow adding values on disabled fields via copy paste. I’ve read in the documentation that copy paste is still doable even cells are disabled. Is it possible to block it programmatically (like custom renderer or such)?
Thanks!