I have the same issue after upgrading to latest version of Data Widgets. It seems the Grid Wide Filtering option is removed and the search bar is not working anymore. (Mendix version 10.24.6. , data widgets v3.4.0)
Edit. Seems the issue is that the Text filter was inside a snippet. Moving it out of the snippet directly inside the DG2 resolved this issue. Grid wide filtering is now set in the filter itself not on the DG2 definition
Hi,
I've run into the same problem described in this thread. I'd like to share my specific case and configuration, as this might help pinpoint the source of the error, especially if it's an issue with a recent update to the Data Widgets module.
My setup is as follows:
This suggests the filter can't "see" the associated entity, which makes me think the data connection is being broken somewhere.
What I've tried so far:
Any help or information on whether this is a known issue would be greatly appreciated.
Thanks!
Hi Slavko Skoric !
I've tried configuring the "saved attribute," which I also don't understand why it should be mandatory since I don't want to save the information every time that filter is updated, and I still get the same error.
I'd like to point out that this is happening to me on Mx version 10.18.5.
Yes, seems like the 'Grid Wide Filtering' config option was removed from the Data grid 2 widget. In the Text Filter you can't leave the 'Filter attributes' (under General) not on Auto anymore; change it to Custom and add the attribute you want to filter on.