Notifications
Announcements
Hello ,
How to Disable records in Subgrid using javascript in MSCRM 2016 need to make total subgrid disable ?
Hi krishna prasad,
Try using this code.
Xrm.Page.getControl(“gridname”).setVisible(false);
It will make visible false but i want make grid disable so that user should not able to open records from grid. is this possible ?
There is no supported way of doing this, but you could build HTML and JavaScript web resources to display a table that holds read-only grid data.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to a top community star!
In our never-ending quest to help the Dynamics 365 Community members get answers faster …
Welcome to the next edition of the Community Platform Update. This is a status …
Stay up to date on forum activity by subscribing.