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)

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

(0) ShareShare
ReportReport
Posted on by

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

I have the same question (0)

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)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans