Duplicated
Last Updated: 11 Jan 2021 14:44 by ADMIN
Sagar
Created on: 03 Nov 2014 07:13
Category: UI for ASP.NET MVC
Type: Feature Request
37
Grid timezone
Grid should have facility to set timezone from server side(like Scheduler). Rather than display dates in client side timezone.
Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
3 comments
Tonny
Posted on: 10 Jan 2017 15:02
I would like to expand this to cover editing as well. There is currently no way to configure the datepicker controls to return something other than a javascript Date object, which carries the implicit assumption that the user's current timezone is somehow relevant to the date being entered or changed. This is frequently an utterly wrong assumption to make, and the only workaround is messing around with intercepting data going to/from the server to apply or remove the useless timezone offset. 

I'm sorely tempted to simply use a JQuery UI datepicker in an edit-template if I were to build another grid with inline editing of dates, just to gain the ability to treat dates as string values without losing the ability to change them using a calendar control or suffering the pain of dealing with the js Date() madness. 
Jacob
Posted on: 29 Dec 2015 21:07
This seems similar to this idea:
http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/suggestions/6653772-grid-timezone

And both should be accommodated if this was implemented:
http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/suggestions/11250303-kendo-ui-default-timezone-for-display
Graeme
Posted on: 27 Mar 2015 13:33
All of our time is stored in the database as UTC. We want an easy way to display the time in the grid as UTC instead we have to use onrequestedend and mess with the values.

This is not intuitive. We often don't even care about time element but the grid being in the local timezone causes no end of trouble.

We should be able to set the timezone the grid should use to display the dates.