I am working on to include inline editing features with the coffee-warehouse-dashboard project and I am not able to get the Editing working. If you could post an editing example with the existing coffee-warehouse-dashboard that would be great.
There a couple of options for editing inside the Grid.
I added the standard one to the coffee-warehouse-dashboard app which is to use the onRowClick event to place the row in edit. I can suggest checking the editing article that shows all required setup:
Also, as the example uses many custom cells, they will not fire the onRowClick event, which means that each custom cell has to fire the event as well by attacking an onClick to the custom td.
I have attached the modified version (without the custom cells) for reference as well.