When i try to hide and show the SubGrid based on the selected stage in a business process flow, the column and data of the grid are not showing. however when i refresh the page the column and data will be visible.
i tried to refresh the subgrid but it didn't work.
Is anyone having this issue?
*This post is locked for comments
Hi,
Try with below code in javascript:
var subgrid = Xrm.Page.ui.controls.get("YourSubgridName");
subgrid.refresh();
Hi Chadi,
Can you share the javascript you're using to refresh the content of the Subgrid?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156