Performance issue with Data Grid 2 of OData entity

0
Hi. We experience a certain performance issue. Our Data Grid 2 displays an OData entity from Database and it has a “Custom Content” column. The grid resides in a pop-up page.   The first problem is when the close button is configured to “Cancel Changes” and the “Custom Content” column displays some attributes of the row: closing the pop-up causes multiple OData retrieves for each row of the grid. It happens despite the remote entity is read-only.   The second problem is when we call a parameterized microflow from the “Custom Content” column. Then the OData retrieves happen not only when the pop-up is closed, but also when we navigate through the grid.   We need a custom content column because we decode the remote attribute using a local dictionary. How to reduce the number of OData retrieves?
asked
0 answers