Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

subgrid

(0) ShareShare
ReportReport
Posted on by

hi all

how i can count the records of a subgrid that have a unique value on special column?

for eg the number of city that my contacts are from?

*This post is locked for comments

  • Suggested answer
    Preeti Sharma Profile Picture
    2,678 on at
    RE: subgrid

    Hi,

    You can achieve this by using web api as well to get associated records.

    Please see below link:

    community.dynamics.com/.../198070

    www.inogic.com/.../querying-data-in-microsoft-dynamics-crm-2016-using-web-api

    Hope this helps:)

  • Aric Levin - MVP Profile Picture
    30,188 Moderator on at
    RE: subgrid

    You can do it with JavaScript and Grid events.

    You can use the following syntax to get the grid object:

    var myGrid = Xrm.Page.getControl("MyGridName");

    and the following syntax to get the gridRows:

    var allGridEntities = [];

    var allRows = Xrm.Page.getControl("MyGridName").getGrid().getRows();

    allRows.forEach(function (row, i) {

    allGridEntities.push(row.getData().getEntity());

    });

    See the following link for information on the Grid events:

    msdn.microsoft.com/.../dn932126.aspx

    Hope this helps...

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 52

#3
Victor Onyebuchi Profile Picture

Victor Onyebuchi 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans