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?
Hello lykerd,
You could take a look at the following thread, which is similar to this:
http://blogs.infragistics.com/forums/t/49821.aspx.
Please do not hesitate to ask if something comes up.