New to Kendo UI for jQuery? Download free 30-day trial

Displayed Date in Grid for ASP.NET MVC Is Different from Database Date

Environment

Product Progress® Telerik® UI Grid for ASP.NET MVC
Operating System All
Browser All
.NET Framework All

Description

I display a date-time in a Kendo UI Grid column. In the Database it is "10 Oct 2017 12:30 AM" while the Grid displays "9 Oct 11:00".

How can I disable the Grid auto-converting of the timezone?

Possible Workarounds

By default, JavaScript converts the dates and times to the local timezone, that is, the issue is not related to Kendo UI and it is not possible to disable the default timezone conversion.

However, you can still work around this issue by referring to the following resources:

In this article