Categories | Question details Back To List | ||
Formatting zero value cells Is there an alternative way to format zero value cells such that they are 'empty'? I've tried to use the following suggested solution: http://www.dhtmlx.com/docs/products/kb/index.php?s=normal&q=6705&a=10147 The problem I have is that I'm also trying to use gridToClipboard(). When I issue the gridToClipboard() and then paste the clipboard into an excel spreadsheet, the 'empty' cells get pasted as a NaN value. Thanks and regards Answer posted by Support on Dec 15, 2008 06:40 Which version of grid you are using? Woirking sample sent by email - it uses the same approach and grid copied to clipboard correctly. Answer posted by MHW on Dec 15, 2008 07:11 I'm using grid version is //v.2.0 build 81009 Answer posted by MHW on Dec 15, 2008 08:35 Hi Did you actually send the working example? I haven't yet received it. Thanks Answer posted by Support on Dec 15, 2008 09:20 The letter definitely has been sent. If you still not received anything, please contact us directly at support@dhtmlx.com and provide any alternative email address. Answer posted by Support on Dec 15, 2008 09:21 >>I'm using grid version is //v.2.0 build 81009 The sample uses the same version, there must not be any drawback for both solutions proposed in above mentioned article. Answer posted by MHW on Dec 15, 2008 09:35 I've now received it. Thanks again. |