Error with datagrid filter widget and Mendix 9.24.2

3
The latest Mendix release has caused a problem when using the comparison widget for the datagrid in combination with filtering on date ranges. Doing so causes the following error in the console and the field to disappear on screen: [Client] TypeError: Cannot read properties of undefined (reading 'mode')     at j.<computed>.E._adjustDateCondition (mxui.js?638203043261480072:5:385543)     at j.<computed>.E._buildDateQuery (mxui.js?638203043261480072:5:385923)     at j.<computed>.E.<anonymous> (mxui.js?638203043261480072:5:389728)     at mxui.js?638203043261480072:5:27262     at Object.map (mxui.js?638203043261480072:5:31522)     at j.<computed>.E._getQueryAttr (mxui.js?638203043261480072:5:389568)     at j.<computed>.E._getSearchConstraint (GridSearchMX.js?638203043261480072:218:43)     at j.<computed>.E._getSearchConstraintAllSearchBoxes (Core.js?638203043261480072:240:52)     at j.<computed>.E.<anonymous> (Core.js?638203043261480072:114:28)     at j.<computed>.E.a [as _searchGetConstraints] (mxui.js?638203043261480072:5:55401) Anyone an idea what could have caused this? Was fine with Mendix 9.18. All other fields work fine, except the date range which is very important for one of our screens.   Reproducable with a new project, datagrid, gridsearch widget/comparison.
asked
3 answers
1

Not sure but you can clean your deployment files and sync app once.

answered
0

Hello,

 

We have the same problem after migration to 9.24.3

 

Did you find the solution for that ?

 

Best Regards

answered
0

Hello,

 

We modified the source code of the widget to use it, a bypass to use the comparison date filter, But the filtred value is not displayed when we choose "<" or ">". It turns only when using "="

we wait for deploying a new version of the widget, that turns correctly with the new versions of menidx modeler.

answered