Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
Dates changing in my grid based on time zone
posted

I'm using Infragistics v6.2 and in my UltraWinGrid I have a column that is of type Date.   We have offices in several time zones.  We came across a problem where if someone in the Central Time Zone created a record the date would show maybe 4/1/2008, but since there is no time on the date it is asumed to be at 12:00:00 a.m.   Well after this record is created someone in the Eastern Time opened the record and sees the date of 4/2/2008 (one day layer).   We noticed that the date now shows 4/2/2008 1:00:00 a.m.   Apparently the UltraWinGrid is changing the date to match the local time zone.  This is however displaying the wrong date to our users and to make matters worse it is updating the data source and changing the date in the database.

How can I get the UltraWinGrid to not adjusts my dates for the local time zone in the columns that use a type of date?

Parents
No Data
Reply Children
No Data