jQWidgets Forums

Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts

  • Akshar AK
    Participant

    Is it possible to do it or not?? please do reply..

    in reply to: Reset jqxDateTimeInput Reset jqxDateTimeInput #27353

    Akshar AK
    Participant

    Thanks for the update Peter,
    But if i use the entire versions of JQWidget then my code is not working. But if i replace only ‘jqxdatetimeinput.js’ then a java script error saying ‘isHidden is undefined’. Is there any way to change or upgrade only ‘jqxdatetimeinput.js’ without affecting the other parts of the code?

    in reply to: Reset jqxDateTimeInput Reset jqxDateTimeInput #27280

    Akshar AK
    Participant

    Please do reply. Am waiting for your reply…

    in reply to: Reset jqxDateTimeInput Reset jqxDateTimeInput #26780

    Akshar AK
    Participant

    hello Peter Stoev,
    right now my column is like below

    {
    text : 'Start Date', id: 'startDatePopUp',datafield : 'startDate', columntype: 'datetimeinput', cellsformat: 'MMM yyyy', align : 'center', width : 150, cellsalign : 'center',
    validation: function (cell, value) {
    var flag = dateValidation(cell,value,"Start Date");
    return flag;
    },
    initeditor: function (row, cellvalue, editor) {
    editor.jqxDateTimeInput('setDate', new Date());
    }
    }

    am able to select the date. suppose i select a date and then i want that column to be blank and select the date and hit delete button, default date ‘Jan 1970’ is selected. but there is no option where i can remove the date once i selected. refreshing the page without saving is the only option i have.

Viewing 4 posts - 16 through 19 (of 19 total)