I have colums with json data coming from DB formatted as date. Emty fields are null.
In Grid there are formatted with formatter: ‘date’. (german format dd.mm.yyyy)
During export to excel the non-emty cells are ok, but the emty cells of the grid have a in the cell.
I want to have emty cells in Excel-Sheets also emty!
Example code:
`{ label:’AD Lieferung’,name: ‘lieferung_ad’, align: “center”,width: 70, editable: true, sorttype:’date’,formatter:’date’}’
The grid looks like this:
But in Excel i get cells like this
How to delete the blanks/whitespace/ /nobrs???
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top