Change page content via widget

0
Hello everyone I am currently developing a custom widget for mendix. I'm wondering if it is possible to change the page content using the widget.  Is it possible to dynamically place a data view with a form on the right side of the grid container? The idea is that the widget is going to display something like a table that has different objects inside it. Clicking on one of the objects would open a form on the right side (with the same object as a context object).
asked
2 answers
0

Hi Volen,

Are you sure your desired functionality can't be achieved using the standard 'listen to' functionality of a dataview?

If you add a dataview you can select 'listen to widget' as Type for Data Source, thus having it 'listen' to, for instance, a data grid (see below example image)

answered
0

Could specializations be an option? See documentation here: https://docs.mendix.com/refguide/edit-button

Regards,

Ronald

 

answered