This is a migrated thread and some comments may be shown as answers.

Client time-zone setting affecting grid

1 Answer 175 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Glenn
Top achievements
Rank 1
Glenn asked on 25 Mar 2014, 07:38 PM
Hi there,

We are facing some issues with Time Zone settings on Kendo grid. If we change the time zone settings, KendoGrid is displaying the different date based on the server's datetime settings.  We found that the Kendo team already given the fix in this link:

http://www.telerik.com/support/code-library/using-utc-time-on-both-client-and-server-sides

However, the above fix should be applied to each grid, which is very tedious job on our project. Do you have some clean fix or a single place where we can apply it to recent kendo releases?

Many thanks

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 26 Mar 2014, 11:58 AM
Hi Glenn,

The suggested approach takes advantage of the requestEnd event of the DataSource, so it should be applied for every dataSource that you use in your project. At the moment, this is the most viable solution that we can offer, and there isn't a global option/setting that will take care of it.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Glenn
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or