jQWidgets Forums

jQuery UI Widgets Forums Grid Unable to type into date input in grid

This topic contains 2 replies, has 2 voices, and was last updated by  jeffo 7 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Unable to type into date input in grid #96541

    jeffo
    Participant

    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.

    Unable to type into date input in grid #96542

    Peter Stoev
    Keymaster

    Hi jeffo,

    Missing reference to globalize.js in your code.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

    Unable to type into date input in grid #96543

    jeffo
    Participant

    Sorted! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.