Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

Refresh editable subgrid after onChange event

(2) ShareShare
ReportReport
Posted on by 6

hey all

In a model-driven application on a form, I'm using an editable subgrid (power apps grid component). I need to refresh the subgrid every time a change occurred.

Tried to solve this using JS, but could not achieve to refresh subgrid from change within the editable subgrid. It works if I change a field value on the form for example.

Anybody having a solution for this?

This works when called from field outside of subgrid, but not if called from onChange in subgrid.

function refreshSubgrid(executionContext) {
var formContext = executionContext.getFormContext();
var subgrid = formContext.getControl("subgrid_name");
if (subgrid) {
subgrid.refresh();
}
}

appreciate your help!

Categories:
  • CU03040723-0 Profile Picture
    6 on at
    Refresh editable subgrid after onChange event
    Im calling from onChange within the subgrid already, but this will not give me access to the subgrid control. 
  • JW-28031801-0 Profile Picture
    on at
    Refresh editable subgrid after onChange event
    Please ignore, testing.
  • ArchitectMadhan Profile Picture
    322 on at
    Refresh editable subgrid after onChange event
    Hi,
     
    This issue might be because of losing the focus from grid. may be you can try the below method to call the OnChange event within the Grid.
     
     
    -ArchitectMadhan
     
    If this response is helpful for you, please like and accept this as solution

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 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,364 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,524 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans