I have a RadGrid displaying data from a SQL DB in which the datetime is UTC.
I would like for the RadGrid to automatically change this datetime so it matches the client's timezone.
How can that be achieved?
1 Answer, 1 is accepted
0
Peter Milchev
Telerik team
answered on 14 Jul 2017, 09:07 AM
Hello Silviu,
The Grid by design displays the dates as is. Changing the dates on the client would require JavaScript implementation, similar to the one suggested in GridDateTimeColumn to localtime forum thread.
For an alternative solution, you could consider using, is suggested in the following resources: