I have the following column defined in a grid:
{ text: 'DATE', columngroup: 'USER', datafield: 'DATE', columntype: 'datetimeinput', cellsformat: 'yyyy-MM-dd', width: 110},
The grid displays the value from the databes just fine. However, when clickinkg the datetime object it always displays one day less. So for instance the value is 2018-07-24, when opening the object it shows 208-07-23.
What is really intriguing is that it only happens when clicking the cell the first time. It’s as if the datetime object does not really recognize the value in the cell.