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