Hi!
I have a grid with cells with multiples spaces in their values, for example, column=report, value= "Activities Report.xls", when the grid is exported using UltraWebGridExcelExporter the cell value is exported correctly.
But when I access the value from javascript, like,
row.getCellFromKey('report').getValue()
the spaces are trimmed, getting the result "Activities Report.xls", any idea?
Thanks!
Hello,
I am following up to see if the information provided has resolved this matter.
Please let me know if you have any questions concerning this matter.
Sincerely,Mike P.Developer Support EngineerInfragistics, Inc.www.infragistics.com
I recommend that you use the HTMLEncodeContent property for the column that contains the data with extra spaces. You can find more information about this in the following links.
http://community.infragistics.com/forums/p/47078/251990.aspx#
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=Infragistics4.WebUI.UltraWebGrid.v11.1~Infragistics.WebUI.UltraWebGrid.UltraGridColumn~HTMLEncodeContent.html
Please let me know if I may be of further assistance with this matter.