How to use listen to widget (list view) placed in a repeatable container.

0
  when I use listen to as a data source of a data view it gives an error : a data view cannot listen to a widget inside a repeatable container, like a list view or template grid.
asked
1 answers
1

Hi Jazib,

When you use "listen to" as a data source for a data view in Mendix, it can lead to an error. This error occurs because a data view cannot be connected to a widget that is inside a repeatable container, such as a list view or template grid in Mendix.

The "listen to" feature is not compatible with these repeatable containers due to potential conflicts in data updates and rendering. To resolve the error, you should choose a different data source or avoid using "listen to" within a data view that is inside a repeatable container.

answered