Search code examples
extjsextjs4.1sencha-architect

How to sum grid column in extjs4.1


I have the grid like below. Can anybody tell me how to sum all the grid columns and display them in the grid row

e.g

      Month   Achieve Target 

      Jan     3000     4000
      Feb     2000     5000

   **Total    5000     9000**   need to add total row in grid

Thanks


Solution

  • Post some of your code if you need more assistance.