Filtering issue in Datagrid2 | Datagrid 2 calling too many xas on apply filter

0
Hello, We have an 1- * association with Account of our custom entity. In a datagrid we are showing the Account/Name as a text field in datagrid 2. When we are applying filter on the retrived data  so many xas calls are happening and finally it is throwing error as insufficient resources as below. How to restrict the xas calls on filtering the data as we dont have any events in the datagrid2 or in the filter. The association is as below.
asked
1 answers
0

Cross check the association properties Common_Observe

image.png

 

Here are some possible XAS errors in Mendix and how to fix them: 

Object of type 'System.XASInstance' cannot be updated: This error occurs when an object no longer exists but is still being tried to be updated. To fix this, you can:

Manually delete the records in the association table

Use microflows or an overview page for a sys admin

Avoid using the database manager to manage data in the database

answered