Still looking a script to disabling subgrid in Dynamics CRM CE. Previously , i wokring for Dynamics CRM v8.2 and using this unsupported javascript to disabling subgrid. So the users unable to double click the subgrid.
document.getElementById(subgridName "_span").disabled = "true";
But its seem that those script cannot run on Dynamics CRM CE with editable subgrid. ive been looking in this forum, but still not found the solution. Is there anybody able to accomplish this ?