Have a grid on a page that needed be be updated when a value on the page changes. The grid needs to re-query the data (ODataV4Adapter) as the value of the filter changes.
/odata/workbook?$filter=workbookId eq 1
workbookid changes to 2
/odata/workbook?$filter=workbookId eq 2
I've tried to refresh the grid and have called StateHasChanged to no effect.