Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi,
I have a main mashup that contains a collection widget with some cells. Each of this cell has a button that navigates me to a popup window if clicked (using navigation function). In this case, if the user click an 'Add' button in the popup window, this will add something in the corresponding cell of the collection widget. My problem is once I click the "Add" button the cell is not updating in the main mashup unless i click on reload button on top. So I was thinking is there any way that I can refresh the main mashup on the event of the popup window close?
Solved! Go to Solution.
Hello @zaki4594,
I admit that it's not the most elegant approach, but it's the only one I found working reliably while solving a similar issue (was building a kanban page). By the way, at the end of the day we decided to go with a custom widget, partially because of the lack of drag-and-drop functionality, but chiefly because of performance issues (turned out that collections can be shockingly inefficient to render).
Regards,
Constantine
Hi,
I don't know if this helps you, but please check this article: https://www.ptc.com/en/support/article?n=CS249317
Best regards,
Raluca Edu
Hello @zaki4594,
I admit that it's not the most elegant approach, but it's the only one I found working reliably while solving a similar issue (was building a kanban page). By the way, at the end of the day we decided to go with a custom widget, partially because of the lack of drag-and-drop functionality, but chiefly because of performance issues (turned out that collections can be shockingly inefficient to render).
Regards,
Constantine