I have one main form in that main form I have one sub grid, but the sub grid is filtered the records based on one field from the main form. It is not using active associated view to show the related records. it is filtering with one lookup column like "contact" from the main form. My challenge is to when click on the subgrid's "new" button and save the record. it is not showing the record in the grid . How to refresh the grid after saving the record from quick create. please help
If all you're wanting to do is refresh the data in the grid, then in the OnSucces property of your form you could put this code.
Refresh(tableName)
The tableName will be the name of the datasource you're using for your sub grid.
Hope that helps.
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.