Solution: 1. Refresh the Sub-Grid - Add a “formContext.data.refresh()” call after saving to reload data.
2. Check Column Mappings - Ensure all columns are properly mapped in the sub-grid configuration.
3. Use “GridControl.refresh()” - If using JavaScript, manually refresh the grid: javascript formContext.getControl("subgridName").refresh();
4. Verify OnSave Event - Ensure no scripts are interfering with the save process.
Quick Fix: Use Save & Close (if acceptable) or implement a manual refresh as above.
Was this reply helpful?YesNo
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.