Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

CRM Online: SubGrid OnLoad not triggering when parent form initially loads?

Posted on by Microsoft Employee

I'm attempting to perform some dynamic filtering upon a SubGrid in an entity's Form. I have followed the example as described on MSDN (https://msdn.microsoft.com/en-us/library/dn932126.aspx#BKMK_subgridAddOnLoad) to register a custom function to SubGrid's OnLoad event. That registration code works, however, while my OnLoad function triggers during pagination events, it does not when the Form is initially loaded. Below is the script I am currently using:

var testFunc = function () { console.log("This is a test"); }
function onLoadForm() {
    // get sub-grid by name
    var subGrid = Xrm.Page.getControl("SubGridName");
    subGrid.addOnLoad(testFunc); 
}

What am I doing wrong? Or does the subgrid OnLoad not trigger when a form is loaded? If not, how do I get my function executed once the grid has data?

Thanks!

*This post is locked for comments

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!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans