This article explains how to lock selected fields on an Editable Grid in Dynamics 365 CRM using JavaScript. By default, all editable fields are exposed on the Editable Sub-grid, but you may want to restrict certain fields from being edited by end users. The article provides a sample JavaScript code that loops through the fields you want to lock and disables them on the Editable Grid. You can register this code on the OnRecordSelect event of the Editable Grid control. This allows you to keep most fields open for editing while locking specific fields.
Login now to access my digest by 365.Training