jQWidgets Forums

jQuery UI Widgets Forums Grid Changing the date (or date format) issue

This topic contains 2 replies, has 2 voices, and was last updated by  Mahadevi 11 years, 2 months ago.

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

  • Mahadevi
    Participant

    Hello ,

    I’m using date column in grid with cellformat is “MM-dd-yyyy” . Issue is changing its date format from “MM-dd-yyyy” to “dd-MM-yyyy” while editing the date cell whithout altering date ,selecting other cell of grid. Following code i’m using

    {name: ‘dateColum’, type:’date’}

    selectionmode: ‘singlecell’,
    editmode: ‘click’,
    editable: true,

    and
    Column is
    { text: ‘Date ‘, datafield: ‘dateColum’, cellsformat: ‘MM-dd-yyyy’ },

    Please help me ,how to prevent the date alteration while editing mode of date cell.

    Regards,
    Mahdevi


    Peter Stoev
    Keymaster

    Hi Mahdevi,

    I cannot observe such behavior with jQWidgets 3.2.2(the latest one). Please, look at: http://jsfiddle.net/fFP2U/. Do you use the latest version of jQWidgets?

    Best Regards,
    Peter Stoev

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


    Mahadevi
    Participant

    Hi Peter,

    Thank you very much for solving the problem,after updating to latest version it solved.I was facing this issue in jQWidgets 3.0.4 version.

    Regards,
    Mahadevi

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

You must be logged in to reply to this topic.