Hi Joe,
The Data Grid 2 widget, introduced in Mendix 10.8, offers enhanced features such as filtering and sorting. While it doesn't natively support inline editing like the older Data Grid, editable cells can be achieved using the Custom Content option. This allows you to insert input fields (e.g., text boxes) directly into the grid, although additional logic is required to manage edit states and persist changes.
You could try to explicitly refresh the client either by using a change activity and refreshing or by using a nanoflow and using the refresh in client nanoflow action.
https://docs.mendix.com/appstore/modules/nanoflow-commons/#:~:text=Refresh%20entity-,Refresh%20object,-Reload
Which data source do you use for the Listview?
Hi - I tried both association and a datasource MF (which I could see was bringing back the correct data - but just not showing in the listview)