Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

How to get number of selected records in Subgrid by javascript

Posted on by 20

I have a Sub-Grid which I select 1 or more records from to do some changes on them. I want to get the number of selected records to compare it with the allowed. 

there are some functions work on only 1 record and other functions work on 2 or more functions.

getSelectedRows > gets me the Guid

getTotalRecordCount > gets me the total number of records, not selected once.

*This post is locked for comments

  • Suggested answer
    Sreevalli Profile Picture
    Sreevalli 3,256 on at
    RE: How to get number of selected records in Subgrid by javascript

    Hi,

    var ActiveSelectedRows = Xrm.Page.getControl("Subgrid1_name").getGrid().getSelectedRows().getLength();


    will give the selected records count from the form subgrid

  • Suggested answer
    Rawish Kumar Profile Picture
    Rawish Kumar 13,756 on at
    RE: How to get number of selected records in Subgrid by javascript

    Hi there,

    have a look here, I recently wrote a  blog on this  : passion4dynamics.com/.../get-selected-record-information-from-main-view-or-a-subgrid-in-dynamics-365  

    doing above will give you the Id of the record post which you can perform CRUD operation on that record using web api.

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans