web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Can the Editable Grid View be set as the option and Read Only View remain the default when opening a List?

(0) ShareShare
ReportReport
Posted on by 75

Hello,

We have recently enable the Editable Grid Views for our organization. We would like to set this feature as the option rather than the default view when opening a List. Is this possible?

Thanks,

Ed Cubbage

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Aric Levin - MVP Profile Picture
    30,190 Moderator on at

    Hi Ed,

    There are a couple of ways that you can do that.

    The first of course is based on security roles, meaning if users don't have access to modify the data in the editable grid, they will not be able to change it, therefore read-only.

    The second choice is using JavaScript and adding a function to the OnRecordSelect method of the editable grid as follows (make sure you check the pass context as first parameter):

    function gridOnRecordSelect(context) {

       var entityObject = context.getFormContext().data.entity;

       entityObject.attributes.forEach(function (attribute, i) {

             var ctrl = attribute.controls.get(0);

             ctrl.setDisabled(true);

       });

    }

    Hope this helps.

  • Verified answer
    Ed Cubbage Profile Picture
    75 on at

    Thank you Aric.

    I believe this answers my question. I will have to get the code off to our Developers in Belgium to validate (I do not know code). As for the security roles, I know how to do that, but would prefer the Read Only View to be the default; this way our users have cognitively open the In-Line Editing View.

    I appreciate the suggestions.

    Ed C.

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
ScottDurow Profile Picture

ScottDurow 2

#2
GJones Profile Picture

GJones 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans