Hello,
When saving and loading the state of the grid with a filter applied for a column in the ‘dd.MM.yyyy’ date format, the date inside the filter gets swapped to US format => which breaks the filtering.
Here’s a reproducible example : https://jsfiddle.net/jhp15s4e/19/
Steps :
1. Enter a date range, e.g. 01.09.2024 to 06.10.2024 (in dd.MM.yyyy format)
2. Click on the reload state button
3. See that no rows are present in the grid anymore, because the moth and day got swapped in the filter widget & grid’s filterinfo.
This looks like another issue (supposed to be corrected) https://www.jqwidgets.com/community/topic/date-filter-gets-reversed/,
except the problem occurs when loading the grid state.
Do you have any workaround, or am I missing something ?
Thanks for your help