Announcements
No record found.
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!
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.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Pallavi Phade 102 Super User 2026 Season 1
Abhilash Warrier 55 Super User 2026 Season 1
André Arnaud de Cal... 50 Super User 2026 Season 1