Categories | Question details Back To List | ||
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 Answer posted by dhxSupport on Dec 16, 2009 06:30 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 mailto:sales@dhtmlx.com
about customization details. |