jQWidgets Forums

jQuery UI Widgets Forums Grid jqxGrid DateTime format

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 9 years, 11 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • jqxGrid DateTime format #74718

    Shreyansh
    Participant

    Well I am working with jqwidget tools “jqxGrid”, I found a bug that is a big problem for me actually, I have formatted the popup section with date format: MM/yyyy and when I export this grid into CSV it actually take MM values 2 times and the file downloaded in MM/MM/yyyy format.

    And just for your focus that I am not talking about the formatting of grid columns section(columns:[{text:….}] not this section) but the edit popup section: function initializeEditPopup(){ ….. $(“#yearmonth”).jqxDateTimeInput({formatString: ‘MM/yyyy’}); …..}

    I think I am clear, if not please let me know, I’ll share the code with you.

    Regards,
    Shreyansh Hingar

    jqxGrid DateTime format #74728

    Peter Stoev
    Keymaster

    Hi Shreyansh Hingar

    initializeEditPopup, section – This is not a function part of jqxGrid sources. This is may be something part of your code because we don’t have such in our widget.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    jqxGrid DateTime format #74817

    Shreyansh
    Participant

    Its not about the function, its about the formatstring for the date/time in the edit popup.

    jqxGrid DateTime format #74831

    Peter Stoev
    Keymaster

    Hi Shreyansh Hingar,

    We do not have Edit Popup, too. This is something in your code which I suggest you to look at. You can also check the DateTimeInput’s API, help topics and demos to learn how to use it and how to format its data.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.