on change microflow on dropdowns

0
i have couple of dropdowns on the data grid. how do i use ‘on change’  on each of these dropdowns to populate the selected values to another table?
asked
1 answers
1

If the dropdowns are part of the search bar, used to restrict the data in the data grid there is no direct option to add the on change functions here.

Two options:

  1. Recreate the search function in an entity that will perform the retrieve for you to populate the data grid. As this is now a standard mendix data view you can add the on change functions or anything else for that matter.
  2. Add the onchange actions via the html/javascript widget from the appstore, to find the exact javascript code just google for this.

Hope this helps you in finding a solution for your requirement

answered