Hi Stefan,
Thank you for submitting your feedback. The DateTimeOffset type is a combination of DateTime+TimeSpan. For general visualization you can still use the GridDateTimeColumn and some of the main features like Sorting and DataFormatString will work as expected:
<telerik:GridDateTimeColumn DataField="OrderDate" DataType="System.DateTime" HeaderText="OrderDate"
SortExpression="OrderDate" UniqueName="OrderDate" DataFormatString="{0:u}">
</telerik:GridDateTimeColumn>
Regards,
Eyup
Progress Telerik
This is very important feature.
The company that I work wit, have clients all around the world and they share the same date information.
Is there any workaround for the problem?
It's pretty important as a globalized software would need timezone information.
Excellent... DateTimeoffset is supported for display but not for sorting on a datatimeoffset type look forward to progress on this Keep up the good work Telerik Team