Hi i tried to disable subgrid using javascript in CRM 2016 SP 2, unfortunately this javascript below is not working anylonger.
function disableSubgrid(subgridName) { document.getElementById(subgridName + "_span").disabled = "true"; }
Do you have any workaround ?
*This post is locked for comments