Hello,
I have a problem with display and filter by date on the grid (using ajax).
Example:
http://demos.telerik.com/aspnet-mvc/grid/remote-data-binding
My timezone is UTC + 01:00.
If i change timezone on my notebook (-05:00, -08:00, +04:00, +06:00, etc.), all the dates change, and if I filter by date, return no data.
I find solution, but it doesn't work well:
http://www.telerik.com/support/code-library/using-utc-time-on-both-client-and-server-sides
Regardless of the change timezone, I need same date (display and filter).
Best regards