Hi Telerik Team.
I am using client side binding via WCF service and have the following issue.
In my grid there is bound column of DateTime type.
My project is deployed to server which current time is GMT -7. My current time is GMT +3
On the screenshot you will find two grids.
On the left there is my local browser which shows incorrect value in the column
On the right - browser on the same server with the project. It shows correct date values.
If i change column type to string and perform date formatting in WCF service - date is shown correctly.
Can you please suggest what i am doing wrong (possibly some flag for grid?)
Thank you.
I am using client side binding via WCF service and have the following issue.
In my grid there is bound column of DateTime type.
| <telerik:GridBoundColumn DataField="LastUpdated" HeaderText="Last Updated" AllowFiltering="false" DataType="System.DateTime" DataFormatString="{0:MM/dd/yyyy hh:mm tt}"> |
| <HeaderStyle Width="15%" Wrap="false"/> |
| </telerik:GridBoundColumn> |
My project is deployed to server which current time is GMT -7. My current time is GMT +3
On the screenshot you will find two grids.
On the left there is my local browser which shows incorrect value in the column
On the right - browser on the same server with the project. It shows correct date values.
If i change column type to string and perform date formatting in WCF service - date is shown correctly.
Can you please suggest what i am doing wrong (possibly some flag for grid?)
Thank you.