Our blazing fast Grid component built with pure JavaScript


Post by vadim@lab-event.com »

When we select in filter date 2023-01-04 AjaxStore submit 2023-01-03

In example

Снимок экрана 2023-01-09 в 11.17.24.png
Снимок экрана 2023-01-09 в 11.17.24.png (393.47 KiB) Viewed 384 times
Attachments
app.module.js_464504.zip
Example
(1.58 KiB) Downloaded 26 times

Post by nickolay »

It seems this is just an alert() call in your AjaxHelper.mockUrl('/pagedMockUrl', function.


Post by vadim@lab-event.com »

Plz read before answer

I did this in order to show that the date that is selected in the filter and works out the store is different

in Filter i selected 2023-01-05 but another date comes in the store


Post by nickolay »

Oh, I see now, thanks for the explanations.

It seems to be a result of the quirky behavior of the native JSON.stringify() call, which we use internally:

Selection_015.png
Selection_015.png (13.78 KiB) Viewed 355 times

Probably it uses UTC version of the date.


Post by nickolay »

Ticket created: https://github.com/bryntum/support/issues/5896 please track it for the progress.


Post Reply