Mendix 10.24.1: Gallery widget with Text Filter not working

0
I would like to know if other people have the same problem with the Gallery widget and Text Filters. I upgraded my App to Mendix 10.24.1 and ran into the problem that the Text-Filter isn't rendered anymore. I even tried a new App with a simple entity and a Gallery-widget with a Text-Filter.   When I run the App, no Text-Filter is rendered:
asked
4 answers
0

Hi Edwin, 

 

Here's Marcel's answer in post https://community.mendix.com/link/space/app-development/questions/143745:

 

When updating to Mendix 10.24 and DataWidgets 3.x, any drop down column filters will loose their association settings. Mendix will upgrade the migration tool to migrate these column configs better. For now, we stay on DataWidgets 2.32.2 and update when the migration tool can handle drop down columns

answered
0

You can also do this:

 

All you need to do is update your Widgets module. So just go to Marketplace and search for “Data Widgets”:

Captura de tela 2025-07-03 095640.png

 

Select "Download", "Replace existing module" and "Import":

image.png

 

After that, Update All the Widgets.

answered
0

Thank you for the quick answer.

This still does not work.

Even in a new App it doesn't work, so it is not a migration-issue.

I even tried the Data Widgets 2.32.2 in the new App and still no Text-Filter is rendered.

 

answered
0

I found/understand the issue now. In my new App I forgot to add Filter-Fields under the Filter-tab in the Gallery-properties.

In the migrated App the problem was the widget-version. There was no Filter-tab at all in the Gallery-properties.

It now works after adding the widgets from the new App to my migrated App and I still had to add the Filter-Fields, sinces they where deleted.

 

It's too bad that Mendix gives very poort information on which version you use. For example why not adding a __Version-folder in the Data Widget MarketPlace-module (or in all the MarketPlace-modules). For now I had to open the widget-files and look in the package.xml

 

answered