serialize()

Hello,



I format 2 treegrid cells before serialization on float with setValue (). A cell is �ro� and other �ed�. The �ed� cell has the Focus, however, it was not edited. On serialize() I get for the �ed� cell the unformatted value, for the �ro� cell the formatted value.



If the �ed� cell is edited and loses afterwards the Focus I also get in this cell the desired result with setValue () on serialize()…



How I can get in both cases on serialize() the formatted value.





Thanks in advance and best regards

You need to be sure that grid is not in edit state before calling serialization , it can be done as

grid.editStop(); //stop any edit in progress
var data = grid.serialize();


Hello, <o:p></o:p>


it works
fine. <o:p></o:p>



Now,
however, I get after serialization in XML-Script for every cell the defined tree
image. See attached file.<o:p></o:p>



Best
regards


Rolf


SData (6.08 KB)

Problem confirmed and fixed, fixed build will be available in nearest time.
As fast solution - fixed version sent by email.