I looked in generated excel xml its having formate like this for date time column
<
Cell ss:StyleID="GeneralDate" ss:Index="2"><Data ss:Type="DateTime">2012-05-31T00:00:00.000</Data></Cell>
fore more detail I have attached image files
if possible help asap.
Regards
6 Answers, 1 is accepted
Do you have the same problem with our demo when exporting to ExcelML? We have DateTime in our ItemsSource as well.
All the best,Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
One mreo thing i m using latest rad control dll.
You can check your local copy of our demos for more. Our demos are always build against our latest components.
All the best,Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
This can happen if you have StringFormat for the Binding to DataFormatString for the column. In this case your original value is converted to string with specified format.
Regards,Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.