I have an issue with the grid exporter when trying to export into the ExcelML format.
I have a few columns which have strings but when exporting as the ExcelML format, the string kept being truncated at the same place.
Upon further investigation, it appears that for some reason, the Dollar sign ($) is used to signify the beginning and end of a string, hence the comments in the columns all began when it saw the $ sign.
I have tried exporting using the Html format and can see that the complete string exports correctly.
Is there a reason why exporting as an ExcelML treats $ characters as string begin and end and is there a way to escape this character?
I am currently using Telerik Silverlight version 2013.3.1016.1050
Thanks