-
Notifications
You must be signed in to change notification settings - Fork 12
Dates are not reformating after editing #43
Comments
It's good question, but I can provide examples which shows that it's really common problem in jqGrid. By the way cell editing works not in the same way like inline/form editing. One more problem exist in case of usage |
@OlegKi Can you tell us examples "which shows that it's really common problem in jqGrid" ? I must inform all that date option format "j" for day formatting (in newformat option) is not working anymore with reformat after edit. It's now cutting the first number of the day (like 21 become 1) ... |
@bouks Can you commit a demo which exhibits the problem? |
BTW: I like the button logic that you have in the remote demo. I'm thinking if we should add more interactive elements to the demos to showcase API calls as well as config |
With reformatAfterEdit : false With reformatAfterEdit : true Note the date day is defined on "j" then you can see the second bug in true test. But it is minor bug, since i can change to "d". You can also see the bug fixed by : |
I made a mistake about the "j" option bug, it does not "It's now cutting the first number of the day (like 21 become 1) " It does : "Set the day to 1" |
@bouks : Probably you have seen my last post and your question should be interpreted in the context of the changes. To understand the problems I prepared the demo The problem with The demos editingTest47-reformatAfterEdit-true.html:
Now try
In other word one can say that no value of It's what I mean when I wrote that editing of date "it's really common problem in jqGrid". |
If you would try to use |
OK what's the status of this issue? |
Sorry, i'm little busy these times. I think nothing has changed. I'll look at this when i'll come back if no one fix it. |
reformatAfterEdit with default value false does not make sense in my opinion, should be changed to reformatAfterEdit: true as default |
When inline editing dates are not reformated after saving or cancelling.
This is because "reformatAfterEdit" is set to false.
Why is it set to false ?
The text was updated successfully, but these errors were encountered: