Categories | Question details Back To List | ||
I would also like to know how to
implement commas on your current version..,
For example currency for... I would also like to know how to implement commas on your current version.., For example currency format, $100,000.00Answer posted on Mar 14, 2007 14:30 You must set excell to "edn" and execute the next command: mygrid.setNumberFormat("$0,000.00",0); This command must be executed before loading data in grid. ( the second parameter of setNumberFormat is index of column for which formatting applied ) Alternatively you can write custom excell for any kind of formatting Answer posted by sematik (Support) on Dec 05, 2014 15:25 The information connected with combo box calendar and web based event calendar also can help you, so please check it too. |