We have two webpages which each contain an igGrid. Each grid had a datetime-column and is 'feeded' using by an IQueryable-datasource.
On one of the 2 grids the time displayed is 1 hour behind on the time provided by the data. So before we bind the data to the grid the time is 16:52:13 and when binded and displayed in the grid it says 15:52:13.
Any idea what the problem may be ?
Both datasources have the same structure and the grid settings are identical...
Nobody ?
Hello timdelma,
In this scenario it is likely that the difference in display between different users is caused by different regional and local timezone settings. In order to be able to debug this scenario locally, a sample application would be greatly appreciated. If enableUTCdates is currently enabled in your scenario, I would suggest setting it to false to check whether this makes a difference.
Please do not hesitate to contact me with any updates or questions.
Please feel free to contact me if you are still experiencing issues with this scenario.