Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hello
There is a bug when grid is generating filter values for data manager, to be sent to server.
Attached is a screenshot for explanation "error image.png".
- run the sample
- open developer console
- select a filter value for column "date"
- in the output, you can see that the selected date "1", that is defined as current filter in grid "2" is not properly formatted for server filter value "3"
- selected value should be transformed from selected local date value to utc value, because server operates with utc date values
- in this case, selected date value 10/19/2021 12:00 AM should only be converted, with date.toJSON(), into 2021-10-18T22:00:00Z and not 2021-10-19T00:00:00Z
Thank you