Hi,
I am using infragistics 12.1, jquery controls with MVC Razor syntax. I have an issue with igGrid. I wants to display a date & time according to database value. But the problem is that igGrid converts that date time into my local time zone (GMT +0530).
For ex. in database, my date is 01/01/2012 12:00. But displayed date time is 01/01/2012 05:30 which I don't want. I want the same value as held in database.
Any help would be appreciated.
thanks, this worked for me 'enableUTCDates = true'
Even i am facing same problem. We will be happy if you provide solution quick.
I'm experiencing the same problem. Time values change itself according my timezone no matter enableUTCDates is set on true or false.
Hi Angel
As you suggested in earlier post i tried setting enableUTCDates to true but i'm getting same date column issue.
Any update?
Thank you
could you post some of your code? Please keep in mind that the property name is "enableUTCDates" (starting with lower case). and it should be set to true , not false.
Thanks,
Angel