Categories | Question details Back To List | ||
What
about percentage, such as .025% . Is there a format for percentage?
... What
about percentage, such as .025% . Is there a format for percentage? Answer posted on Feb 22, 2007 10:41 There is no special "percent" cell, but you can use NumberFormat function. Just define column as "edn" (editor , numeric) and call grid.setNumberFormat("0.000%",column_index) Such command will cause output with 3 digits after
point and with "%" sign at the end. Also you can create your own ExCell for such purpose. Answer posted by Embre (Support) on Dec 07, 2014 02:18 The information connected with cell add topic and combo box jsp also can help you, so please check it too. |