I have a grid:
I add rows to it with a ruby on rails loop in my code using … mygrid.addRow until the entire dataset is loaded.
I own treegrid and am trying to figure out how to change this to a treegrid thats exactly the same as the grid above except it groups all the items by ExpenseType and totals the Expense Amount for each grouping. The grid was easy to setup but am having problems getting the tree grid to work as described.