I am unable to type any input into date input fields inside grids.
This occurs either in the cell or in the filter.
Can you think of a reason why this might happen? Anything I type makes the display read 0. 00 for day and month, and 0000 for year. In the year part every 4th key press displays the key value as the first number of the year; the next keypress returns to 0000.
This is my column html…
{ text: 'Retain Until', columntype: 'datetimeinput', filtertype: 'range', datafield: 'RetainUntilDate', width: '8%', cellsformat: 'dd/MM/yyyy',
validation: saveRetainUntilDate
}
I was on version 5 but updated to 5.3.2 while testing this. There was no difference.
Thanks.