BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Fabrizio,
Thank you for updating us.
We have analyzed the sample and understood that the time separator of the culture in production machine is dot(.) and causes corrupt in pivot. We are able to reproduce the issue and requesting you to use the below workaround. Also, kindly share us the time format of issue reproducing machine to investigate further on this.
As a workaround, you can set the time format of the current culture to colon(:) and it can be achieved by the following code snippet.
Code Snippets:
System.Threading.Thread.CurrentThread.CurrentCulture.DateTimeFormat.TimeSeparator = ":"; |
Please let us know if you have any concerns.
Regards,
Dilli babu.
Hi Fabrizio,
Thank you for updating us.
We were able to reproduce the problem and have logged defect report regarding this. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
Please let me know if you have any questions.
Regards,
Dilli babu.