Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3790
column formatting question.
posted

I need to set all columns to #.### I enabled the auto format and tried to set each column.format but its not working. Also when I edit a cell to 9.0000000000 it puts 9... in my cell. I need a way to set my cells to a fixed format, is that possible?

Parents
No Data
Reply
  • 1015
    Suggested Answer
    posted

    This works for me:

    { headerText:"Est Price($)", key: "EstUnitPrice", dataType: "number", format: "########.##", width: "60" },

     

    Don't know about autoFormat, I have never used that.

Children