Can we call some microflow on click of paging buttons in datagrid in mendix

0
Hi, I am using Mendix desktop modeller version 7.22.2 I am using a datagrid to populate some data. I have a usecase where I want to do some action (call a microflow) when user clicks on the pagging buttons on the datagrid. Is it possible? Thanks, Pallavi  
asked
1 answers
3

This is not possible out of the box. Mendix does not have the functionality to add custom logic to paging buttons. 

You would have to create a custom paging logic with a container entity and custom microflows/buttons for paging, where you can add your actions. 

answered