How can I refresh a form by widgets ?

0
I have a data-view which is containing a widget. I'm doing some data manipulation inside the widgets and want to reflect these changes in the data-view. I mean to say, I want to refresh current data-view with manipulated object.
asked
1 answers
1

If you call .save() on the MendixObject you are manipulating, the dataview should be updated.

answered