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.
Even i am facing same problem. We will be happy if you provide solution quick.
thanks, this worked for me 'enableUTCDates = true'