Dear Team,
I’m facing below issue when integrating devexpress datagrid control within K2.
The grid fails to populate if i use a column of datatype: ‘date’
However export to PDF works without an error.
The script fails with below error in file:
C:\Program Files (x86)\K2\K2 smartforms Runtime\Script\native.forms.date.js
Here is a sample datagrid control i am trying to use within K2:
https://js.devexpress.com/React/Demos/WidgetsGallery/Demo/DataGrid/FilterPanel/MaterialBlueLight/
Note this functionality was working until the receint upgrade to 5.7.
If you remove the datatype: ‘date’ reference the grid loads, however it does not give me the date filter control as its not considered as a date anymore and is treated as a string.