Hi, I am working on a smart-grid with <b data-ogsc=””>rowDetails</b> set to <b data-ogsc=””>true. </b>I also have a Refresh button that refreshes the grid’s data. But when refresh is executed, the data in rowDetails gets corrupted.
BEFORE clicking Refresh btn
AFTER clicking Refresh btn:
I have attached a codepen demo to show the issue. smart-grid-row-details. Please let me know if you need any other info.
This works when I have the row details collapsed. When I have rowDetails expanded, and then if I do grid.updateRow(), it does not refresh the rowDetail’s content.
I have updated the codepen demo. -> smart-grid-row-details
I saw the updated codepen example. The updateRow should update the row details as well while it does not currently without calling the render method. We will update this for the next version.