grid serialization question

Hi!



I have number cell formated to:



setNumberFormat(“0,000.000”,3,","," ");



so 103.45 is formated to 103,45



But when i fire csv serialisatiin i get normal 103.45, how can I get formated value?



BTW:

I try grid._strictText = false, but no luck

Unfortunately current version of dhtmlxGrid doesn’t support such
functionality. Technically it possible to change the code of grid, so it will
be able to support your requirements, but it will require heavy customization.
You can contact sales@dhtmlx.com
about customization details.