How to ads a button which will execute a control button on another page

0
Hi   On one of my pages I have an export to excel button. I want to call that buttons action on another page.   How can I do this? As I cant copy paste the button. Is it possible to add another button that will execute the same function?
asked
1 answers
0

My assumption is that you've added a default Export to Excel-button to a Datagrid 1 on a page. Unfortunately it's not possible to trigger the action behind this button from another page, without adding the Datagrid to that page as well.

 

However you might find an alternative solution using the Excel Exporter module:

https://docs.mendix.com/appstore/modules/excel-exporter/ 

answered