Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
435
Javascript Cell getValue() escapes spaces
posted

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!