Visit this Comprehensive blog to quickly way grasp the information. It provides a concise overview of the content covered in the video - powerdynamixx.blogspot.com/2024/05/lock-field-on-editable-subgrid-using.html
is it possible to hide the lock icon? I have a requirement where i am using editable grid on virtual entity to select the record values. But dont want the lock icon to display when user select the record.
While I don't recommend this as it is a bit tricky and direct DOM manipulation is not officially supported by Microsoft. Yes, it is possible to hide the lock icon on a field in a subgrid using JavaScript in Dynamics 365 by manipulating the DOM directly. 1. Identify the lock icon element in DOM 2. Use JavaScript to hide the icon by setting its display style to none.
Visit this Comprehensive blog to quickly way grasp the information. It provides a concise overview of the content covered in the video - powerdynamixx.blogspot.com/2024/05/lock-field-on-editable-subgrid-using.html
is it possible to hide the lock icon? I have a requirement where i am using editable grid on virtual entity to select the record values. But dont want the lock icon to display when user select the record.
While I don't recommend this as it is a bit tricky and direct DOM manipulation is not officially supported by Microsoft.
Yes, it is possible to hide the lock icon on a field in a subgrid using JavaScript in Dynamics 365 by manipulating the DOM directly.
1. Identify the lock icon element in DOM
2. Use JavaScript to hide the icon by setting its display style to none.
Not working can we connect ?
Sure, please drop a mail to manumahaseth0@gmail.com
Convert a Sub-grid on a Form to an Editable Sub-grid - th-cam.com/video/Hm4nynTg_PY/w-d-xo.htmlsi=Lz3KPcT5ugIDsMDp