Kendo Grid Automatically Changing Timezone
On Kendo UI Grid, the date shown in the client end is different from what sent from server.
Server sends the datetime as per the time zone of Server.
But Client tires to convert the datetime as per the time zone of client.
For example, on Kendo Grid, the date may be displayed like this.
You can avoid this situation just by converting the time to string. How?.
Go to your controller on code behind and get the date and convert as follows.