Hanno wrote:
Josh
Can you perhaps explain where/how you are binding the results from the API to the Data Grid? Perhaps the grid is not getting a refreshed list of values?
Hanno
It’s the standard Datagrid implementation as shown in the sample. The issue is that I have the DG inside a web block and that web block gets Ajax refreshed when the user changes selections on the main page.
When the block is refreshed the API call is successful but the grid is empty except for the counts at the bottom. The DG also works fine on the first rendering of its web block it just cannot be refreshed.
i found another user comment in the support forum from May and they were experiencing the same behavior. Their solution was to enclose the DG in an Iframe and just redraw that frame when an Ajax refresh would normally be used. That works, but it’s a hack way to get there IMO.