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
70
WebDateChooserProvider changes the Data embeded after a click on the cell
posted

Hi,

I have a WebDateTimeEditProvider inside a cell in a WebDataGrid

When i click on it, changes the data inside the cell, Eg. if i have the value 00:00 after I click the cell, it appears as 02:00. 

I may think this is a problem with the Regionalization, since i'm in a time zone with 2 hours difference within my server in L.A. however, this only happends when my project is deployed on the server (is in U.S), but when I use it as local when debbugging, i have NO problem.

The same happends whith WebDateChooserProvider, it also take 2 hours less, so... when de Date is '11-10-2010 00:00' it takes 2 hours less, so the day changes as '11-09-2010 22:00'

Is there any fix or i'm doing something inappropriate?

Thanks in advance