Kendo Grid Automatically Changing Timezone

For More Videos Visit Our YouTube Channel



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.

Kendo Grid Automatically Changing Timezone, TimeZone, Kendo Grid, Kendo UI Grid, Telerik, Automatically Changing Timezone, Kendo, Grid Kendo



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.

Kendo Grid Automatically Changing Timezone, TimeZone, Kendo Grid, Kendo UI Grid, Telerik, Automatically Changing Timezone, Kendo, Grid Kendo